git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5853 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-04-07 19:34:12 +00:00
parent 4250ba6d01
commit 8df6e18229

View File

@ -441,7 +441,7 @@ if [ -n "${BUILDTARBALL}${BUILDRPM}" ]; then
if [ -n "$SIGN" ]; then
for shoresuffix in tgz tar.bz2; do
shoreball=shorewall-sell-${VERSION%-*}.${shoresuffix}
shoreball=shorewall-shell-${VERSION%-*}.${shoresuffix}
report "GPG signing $DIR/$shoreball"
rm -f ${shoreball}.asc
do_or_die "$GPG $shoreball"