mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
games/hatari_tos_roms: Fix script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
63172ecf51
commit
d8d238de91
1 changed files with 5 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue