Commit 8995f9e9 authored by Tim Gardner's avatar Tim Gardner

UBUNTU: [Debian] getabis: Commit new ABI directory, remove the old

Signed-off-by: default avatarTim Gardner <tim.gardner@canonical.com>
parent 1ff521c4
......@@ -124,3 +124,7 @@ sort < $fwinfo | uniq > fwinfo.tmp
mv fwinfo.tmp $fwinfo
rmdir $tmpdir
# Add the new ABI directory, remove the old
git add $abidir
find $DEBIAN/abi/* -maxdepth 0 -type d | grep -v $verfull | while read f; do git rm -r $f;done
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