summaryrefslogtreecommitdiffstats
path: root/games/vegastrike/vegastrike.SlackBuild
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2020-10-11 17:42:10 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-10-17 09:37:00 +0700
commit53e2195f5fa9d48294e9b1eb5081d2c1fb8f7adb (patch)
tree96dc898f781c18f356d36e4323b733ebe3c9b96e /games/vegastrike/vegastrike.SlackBuild
parent0327d6c58111526aac388bbd511f6370a9125708 (diff)
downloadslackbuilds-53e2195f5fa9d48294e9b1eb5081d2c1fb8f7adb.tar.gz
slackbuilds-53e2195f5fa9d48294e9b1eb5081d2c1fb8f7adb.tar.xz
games/vegastrike: Fix script.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/vegastrike/vegastrike.SlackBuild')
-rw-r--r--games/vegastrike/vegastrike.SlackBuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/games/vegastrike/vegastrike.SlackBuild b/games/vegastrike/vegastrike.SlackBuild
index 4b004e3532..77f7eebd21 100644
--- a/games/vegastrike/vegastrike.SlackBuild
+++ b/games/vegastrike/vegastrike.SlackBuild
@@ -23,6 +23,9 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=vegastrike
+VERSION=${VERSION:-0.5.1.r1}
+BUILD=${BUILD:-2}
+TAG=${TAG:-_SBo}
PRGSRCSUF=${PRGSRCSUF:-.tar.bz2}
PRGSRCNAME=${PRGSRCNAME:-$PRGNAM-src-*}
@@ -44,10 +47,6 @@ PRGSPEECHSUF=${PRGSPEECHSUF%.tar}
PRGSPEECHNAME=${PRGSPEECHNAME:-$PRGNAM-speech-*}
PRGSPEECHNAME=${PRGSPEECHNAME%$PRGSPEECHSUF}
-VERSION=${VERSION:-0.5.1.r1}
-BUILD=${BUILD:-2}
-TAG=${TAG:-_SBo}
-
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;