From: Stephen Soltesz Date: Tue, 22 Jul 2008 00:15:38 +0000 (+0000) Subject: Remove the .sgn file also. Otherwise the symlinks will break the signature X-Git-Tag: BootManager-4.3-1~7 X-Git-Url: http://git.onelab.eu/?p=bootmanager.git;a=commitdiff_plain;h=52a5be61cb3b9e0b1262fe14966b42eef82a8fdf Remove the .sgn file also. Otherwise the symlinks will break the signature --- diff --git a/build.sh b/build.sh index 3febbbb..9c95561 100755 --- a/build.sh +++ b/build.sh @@ -50,6 +50,7 @@ if [ -n "$NODEGROUP" ] ; then DEST_SCRIPT="${NODEGROUP}_bootmanager.sh" # Remove the old version or any sym links prior to re-writing rm -f ${DEST_SCRIPT} + rm -f ${DEST_SCRIPT}.sgn fi cat > $DEST_SCRIPT <