mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-02 02:49:54 +01:00
Allow building 'Pre' releases
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7383 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
1d1b06b89e
commit
1135e5b5fe
@ -290,7 +290,7 @@ progress_message "Distribution directory is $DIR"
|
|||||||
cd $DIR
|
cd $DIR
|
||||||
|
|
||||||
case $VERSION in
|
case $VERSION in
|
||||||
*Beta*|*RC*)
|
*Beta*|*RC*|*Pre*)
|
||||||
#
|
#
|
||||||
# Beta or Release Candidate
|
# Beta or Release Candidate
|
||||||
#
|
#
|
||||||
@ -698,7 +698,7 @@ if [ -n "${BUILDXML}${BUILDHTML}" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
[ -n "$BUILDTARBALL" ] && case $VERSION in
|
[ -n "$BUILDTARBALL" ] && case $VERSION in
|
||||||
*Beta*|*RC*)
|
*Beta*|*RC*|*Pre*)
|
||||||
#
|
#
|
||||||
# The original tarball created above didn't include the -Beta or -RC portion of the
|
# The original tarball created above didn't include the -Beta or -RC portion of the
|
||||||
# name in either the tarball name or the directory name. Create it here
|
# name in either the tarball name or the directory name. Create it here
|
||||||
|
Loading…
Reference in New Issue
Block a user