diff options
Diffstat (limited to 'games/hatari/hatari.SlackBuild')
-rw-r--r-- | games/hatari/hatari.SlackBuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games/hatari/hatari.SlackBuild b/games/hatari/hatari.SlackBuild index 2b073f6fe5..e857f70338 100644 --- a/games/hatari/hatari.SlackBuild +++ b/games/hatari/hatari.SlackBuild @@ -6,6 +6,8 @@ # Licensed under the WTFPL. See http://sam.zoy.org/wtfpl/ for details. +# 20141029 bkw: add missing : in VERSION BUILD TAG assignments + # 20140825 bkw: # - updated for v1.8.0 # - install docs/manpages to right places, instead of moving after the fact @@ -15,9 +17,9 @@ # - add mime type and auto-associate ST disk images and executables. PRGNAM=hatari -VERSION=${VERSION-1.8.0} -BUILD=${BUILD-1} -TAG=${TAG-_SBo} +VERSION=${VERSION:-1.8.0} +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in |