games/hatari_tos_roms: Fix script.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2014-10-30 21:02:21 +07:00 committed by Willy Sudiarto Raharjo
parent 63172ecf51
commit d8d238de91

View file

@ -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}