diff options
author | B. Watson <yalhcru@gmail.com> | 2014-10-30 21:02:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-30 21:02:21 +0700 |
commit | d8d238de91931e1e46897f67cd648e47ff4c8f89 (patch) | |
tree | 826ee1a44e7e44ae1f64eabfdaa463d7ea633c7d /games/hatari_tos_roms/hatari_tos_roms.SlackBuild | |
parent | 63172ecf517927621dea076cb9bd1443801d0902 (diff) | |
download | slackbuilds-d8d238de91931e1e46897f67cd648e47ff4c8f89.tar.gz |
games/hatari_tos_roms: Fix script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/hatari_tos_roms/hatari_tos_roms.SlackBuild')
-rw-r--r-- | games/hatari_tos_roms/hatari_tos_roms.SlackBuild | 8 |
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} |