Don't overwrite common directory if common not being built

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7781 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-11-28 00:17:47 +00:00
parent e61bf879bc
commit 83dee2b75e

View File

@ -357,7 +357,7 @@ case $VERSION in
# Patch Release
#
PATCHRELEASE=Yes
[ -n "$BUILDCOMMON" ] && SHOREWALLDIR=shorewall-common-${BASEVERSION} || SHOREWALLDIR=shorewall-common-${VERSION}
[ -n "$BUILDCOMMON" ] && SHOREWALLDIR=shorewall-common-${BASEVERSION} || SHOREWALLDIR=shorewall-common
SHOREWALLLITEDIR=shorewall-lite-${BASEVERSION}
TARBALL=shorewall-common-${BASEVERSION}.tgz
LITETARBALL=shorewall-lite-${BASEVERSION}.tgz