summaryrefslogtreecommitdiffstats
path: root/games/hatari_tos_roms
diff options
context:
space:
mode:
Diffstat (limited to 'games/hatari_tos_roms')
-rw-r--r--games/hatari_tos_roms/hatari_tos_roms.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/games/hatari_tos_roms/hatari_tos_roms.SlackBuild b/games/hatari_tos_roms/hatari_tos_roms.SlackBuild
index ff14c1eef1..63e75759c7 100644
--- a/games/hatari_tos_roms/hatari_tos_roms.SlackBuild
+++ b/games/hatari_tos_roms/hatari_tos_roms.SlackBuild
@@ -8,6 +8,8 @@
# The version number is just the date when the script was written.
# The actual TOS ROM versions are 1.02, 1.04, 2.06
+# 20141029 bkw: fix missing : in VERSION BUILD TAG assignments
+
# 20140825 bkw:
# - include the 1.04 images, since hatari needs them to allow direct
# launching of .prg files from the command line.
@@ -19,10 +21,10 @@
# plus other emulators than hatari can use these, and might not support .gz
PRGNAM=hatari_tos_roms
-VERSION=${VERSION-20140825}
+VERSION=${VERSION:-20140825}
ARCH=noarch
-BUILD=${BUILD-1}
-TAG=${TAG-_SBo}
+BUILD=${BUILD:-1}
+TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP-/tmp/SBo}