]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
UBUNTU: [Packaging] resync getabis
authorPaolo Pisati <paolo.pisati@canonical.com>
Mon, 26 Aug 2019 08:00:23 +0000 (10:00 +0200)
committerPaolo Pisati <paolo.pisati@canonical.com>
Mon, 16 Sep 2019 13:06:57 +0000 (15:06 +0200)
BugLink: http://bugs.launchpad.net/bugs/1786013
Signed-off-by: Paolo Pisati <paolo.pisati@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