diff options
author | B. Watson <yalhcru@gmail.com> | 2014-10-30 21:01:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-30 21:01:37 +0700 |
commit | 63172ecf517927621dea076cb9bd1443801d0902 (patch) | |
tree | 45e6436db16ef604776fa5b381ca174c371c6f66 /games/hatari/hatari.SlackBuild | |
parent | 6927978a94aef17ea009136702e521b80d3e3217 (diff) | |
download | slackbuilds-63172ecf517927621dea076cb9bd1443801d0902.tar.gz |
games/hatari: Fix script and slack-desc.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 |