From 83dee2b75e9c71fffe580b076eeb3d437215dddf Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 28 Nov 2007 00:17:47 +0000 Subject: [PATCH] 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 --- tools/build/buildshorewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build/buildshorewall b/tools/build/buildshorewall index 88196db1e..78f18c4cd 100755 --- a/tools/build/buildshorewall +++ b/tools/build/buildshorewall @@ -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