]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commitdiff
UBUNTU: [Packaging] resync getabis
authorStefan Bader <stefan.bader@canonical.com>
Thu, 12 Sep 2019 08:55:40 +0000 (10:55 +0200)
committerStefan Bader <stefan.bader@canonical.com>
Thu, 12 Sep 2019 08:55:40 +0000 (10:55 +0200)
BugLink: http://bugs.launchpad.net/bugs/1786013
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
debian/scripts/misc/getabis

index 51dd352c747f134302831369f6de76e7b3be388f..cc9a849a3b52a566219145b6686c2a283bf1a0b5 100755 (executable)
@@ -190,5 +190,5 @@ rmdir $tmpdir
 # If this is running in a git repo, add the new ABI directory, remove the old
 if [ -d ".git" ]; then
     git add $abidir
-    find $DEBIAN/abi/* -maxdepth 0 -type d | grep -v $verfull | while read f; do git rm -r $f;done
+    find $DEBIAN/abi/* -maxdepth 0 -type d | grep -v $verfull | while read f; do git rm -r -f $f;done
 fi