Skip to content
Snippets Groups Projects
Commit e9078e18 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

[#14162] Avoid keeping multiple artifacts

parent be8c2f49
No related branches found
No related tags found
No related merge requests found
...@@ -97,6 +97,6 @@ find -name autom4te.cache -type d -exec rm -rf {} \; ...@@ -97,6 +97,6 @@ find -name autom4te.cache -type d -exec rm -rf {} \;
find -name *.in~ -type f -exec rm {} \; find -name *.in~ -type f -exec rm {} \;
popd # builddir popd # builddir
rm -f sflphone-$VERSION.tar.gz rm -f sflphone-*.tar.gz
tar zcf sflphone-$VERSION.tar.gz sflphone-$VERSION tar zcf sflphone-$VERSION.tar.gz sflphone-$VERSION
rm -rf $BUILDDIR rm -rf $BUILDDIR
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment