Also remove old signatures when rebuilding

This commit is contained in:
Jakob Borg 2014-03-20 17:56:43 +01:00
parent 25acc0e445
commit a84ea70387
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ case "$1" in
;;
tar)
rm -f *.tar.gz *.zip
rm -f *.tar.gz *.zip *.asc
prepare
test || exit 1
build
@ -54,7 +54,7 @@ case "$1" in
;;
all)
rm -f *.tar.gz *.zip
rm -f *.tar.gz *.zip *.asc
prepare
test || exit 1