games/smashbattle: Fix VERSION in script.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2020-01-03 05:19:19 -05:00 committed by Robby Workman
parent 739a3a7f6b
commit 7a9ae8a00d
1 changed files with 3 additions and 2 deletions

View File

@ -23,11 +23,12 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=smashbattle
SRCVER=${SRCVER:-110224-src}
VERSION=$(echo $SRCVER | cut -c1-6)
VERSION=${VERSION:-110224}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
SRCVER="$VERSION-src"
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;