summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author B. Watson2020-01-04 15:17:44 +0100
committer Willy Sudiarto Raharjo2020-01-12 02:47:44 +0100
commit3aced929d621ab94fb2caa5b66e9f229474dea90 (patch)
treeaba9be0be61ee00b3641a00516d5a7c4571e722f /games
parent1f8735dad6a1d892f1fbc3a7b937883f56e45d28 (diff)
downloadslackbuilds-3aced929d621ab94fb2caa5b66e9f229474dea90.tar.gz
games/vegastrike: Move VERSION/BUILD/TAG to top of script.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games')
-rw-r--r--games/vegastrike/vegastrike.SlackBuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/games/vegastrike/vegastrike.SlackBuild b/games/vegastrike/vegastrike.SlackBuild
index dcf0e2f936..462af92053 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:-1}
+TAG=${TAG:-_SBo}
PRGSRCSUF=${PRGSRCSUF:-.tar.bz2}
PRGSRCNAME=${PRGSRCNAME:-$PRGNAM-src-*}
@@ -44,11 +47,6 @@ PRGSPEECHSUF=${PRGSPEECHSUF%.tar}
PRGSPEECHNAME=${PRGSPEECHNAME:-$PRGNAM-speech-*}
PRGSPEECHNAME=${PRGSPEECHNAME%$PRGSPEECHSUF}
-VERSION=${VERSION:-0.5.1.r1}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;