From d8d238de91931e1e46897f67cd648e47ff4c8f89 Mon Sep 17 00:00:00 2001 From: B. Watson Date: Thu, 30 Oct 2014 21:02:21 +0700 Subject: games/hatari_tos_roms: Fix script. Signed-off-by: Willy Sudiarto Raharjo --- games/hatari_tos_roms/hatari_tos_roms.SlackBuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'games/hatari_tos_roms') 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} -- cgit v1.2.3