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:
teastep 2007-09-23 15:08:43 +00:00
parent 1d1b06b89e
commit 1135e5b5fe

View File

@ -290,7 +290,7 @@ progress_message "Distribution directory is $DIR"
cd $DIR
case $VERSION in
*Beta*|*RC*)
*Beta*|*RC*|*Pre*)
#
# Beta or Release Candidate
#
@ -698,7 +698,7 @@ if [ -n "${BUILDXML}${BUILDHTML}" ]; then
fi
[ -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
# name in either the tarball name or the directory name. Create it here