Browse Source

Also remove old signatures when rebuilding

Jakob Borg 11 years ago
parent
commit
a84ea70387
1 changed files with 2 additions and 2 deletions
  1. 2 2
      build.sh

+ 2 - 2
build.sh

@@ -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