From 9f86e4fd2b95782c4e7f1becb9614068ddc7c345 Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 29 Jun 2007 15:50:52 +0000 Subject: [PATCH] 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 --- tools/build/buildshorewall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/build/buildshorewall b/tools/build/buildshorewall index f963ee83e..962e1beed 100755 --- a/tools/build/buildshorewall +++ b/tools/build/buildshorewall @@ -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