mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-12 18:54:25 +01:00
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:
parent
e61bf879bc
commit
83dee2b75e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user