mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
[#14162] Avoid keeping multiple artifacts
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user