git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5849 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-04-07 19:24:03 +00:00
parent 16ef2bbcb3
commit 7f823ede58

View File

@ -435,7 +435,7 @@ if [ -n "${BUILDTARBALL}${BUILDRPM}" ]; then
done
fi
progress_message "Creating $DIR/$SHELLARBALL..."
progress_message "Creating $DIR/$SHELLTARBALL..."
do_or_die "tar -zcvf $SHELLTARBALL $SHELLDIR >> $LOGFILE 2>&1"
do_or_die "tar -jcvf shorewall-shell-${VERSION%-*}.tar.bz2 $SHELLDIR >> $LOGFILE 2>&1"