First (of many likely) fix to buildshorewall for new factoring

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6704 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-06-29 15:50:52 +00:00
parent d7927591dc
commit 9f86e4fd2b

View File

@ -274,7 +274,7 @@ case $VERSION in
#
# Beta or Release Candidate
#
SHOREWALLDIR=shorewall-${VERSION%-*}
SHOREWALLDIR=shorewall-common-${VERSION%-*}
SHOREWALLLITEDIR=shorewall-lite-${VERSION%-*}
TARBALL=shorewall-common-${VERSION%-*}.tgz
LITETARBALL=shorewall-lite-${VERSION%-*}.tgz
@ -291,7 +291,7 @@ case $VERSION in
#
# Normal Release
#
SHOREWALLDIR=shorewall-$VERSION
SHOREWALLDIR=shorewall-common-$VERSION
SHOREWALLLITEDIR=shorewall-lite-$VERSION
TARBALL=shorewall-common-$VERSION.tgz
LITETARBALL=shorewall-lite-$VERSION.tgz