diff --git a/tools/build/buildshorewall b/tools/build/buildshorewall index e493a7e0f..9b50002d7 100755 --- a/tools/build/buildshorewall +++ b/tools/build/buildshorewall @@ -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"