From 5497ef89a7e93a15dcae2b04fe88f9c150c46bf2 Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 24 Nov 2007 20:38:19 +0000 Subject: [PATCH] Fix build bug git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7753 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 2fd8858fe..f3d3206a9 100755 --- a/tools/build/buildshorewall +++ b/tools/build/buildshorewall @@ -337,7 +337,7 @@ case $VERSION in # Patch Release # PATCHRELEASE=Yes - [ -n "$BUILDCOMMON" ] && SHOREWALLDIR=shorewall-common-${VERSION} || SHOREWALLDIR=shorewall-common-${VERSION%-*} + [ -n "$BUILDCOMMON" ] && SHOREWALLDIR=shorewall-common-${VERSION%-} || SHOREWALLDIR=shorewall-common-${VERSION} SHOREWALLLITEDIR=shorewall-lite-${VERSION%-*} TARBALL=shorewall-common-${VERSION%-*}.tgz LITETARBALL=shorewall-lite-${VERSION%-*}.tgz