mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-12 18:54:25 +01:00
Fix build bug
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7753 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
e094f83680
commit
5497ef89a7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user