summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Borg <jakob@nym.se>2014-03-20 17:56:43 +0100
committerJakob Borg <jakob@nym.se>2014-03-20 17:56:43 +0100
commita84ea703878333d008acfb2e80c31076a56ad34f (patch)
tree1231f7053e81a2b10499f9c3522772fa125d2146
parent25acc0e4458cf040d962c0cbe7f0e7eb82218c2b (diff)
Also remove old signatures when rebuilding
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 4ba3d8cc11..3f848642e9 100755
--- a/build.sh
+++ b/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