From a84ea703878333d008acfb2e80c31076a56ad34f Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Thu, 20 Mar 2014 17:56:43 +0100 Subject: [PATCH] Also remove old signatures when rebuilding --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 4ba3d8cc1..3f848642e 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