Commit 7e7f1f16 authored by Stefan Bader's avatar Stefan Bader

UBUNTU: [Packaging] resync getabis

BugLink: http://bugs.launchpad.net/bugs/1786013Signed-off-by: default avatarStefan Bader <stefan.bader@canonical.com>
parent 9d2699c7
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment