[#14162] Avoid keeping multiple artifacts

This commit is contained in:
Emmanuel Milou
2012-08-01 15:14:28 -04:00
parent be8c2f4979
commit e9078e18bb

View File

@ -97,6 +97,6 @@ find -name autom4te.cache -type d -exec rm -rf {} \;
find -name *.in~ -type f -exec rm {} \;
popd # builddir
rm -f sflphone-$VERSION.tar.gz
rm -f sflphone-*.tar.gz
tar zcf sflphone-$VERSION.tar.gz sflphone-$VERSION
rm -rf $BUILDDIR