diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-04 09:17:44 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-12 08:47:44 +0700 |
commit | 3aced929d621ab94fb2caa5b66e9f229474dea90 (patch) | |
tree | aba9be0be61ee00b3641a00516d5a7c4571e722f /games | |
parent | 1f8735dad6a1d892f1fbc3a7b937883f56e45d28 (diff) | |
download | slackbuilds-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.SlackBuild | 8 |
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 ;; |