diff options
Diffstat (limited to 'games/hatari')
-rw-r--r-- | games/hatari/hatari.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/hatari/hatari.SlackBuild b/games/hatari/hatari.SlackBuild index 881c3ce415..da7f9c7298 100644 --- a/games/hatari/hatari.SlackBuild +++ b/games/hatari/hatari.SlackBuild @@ -63,6 +63,8 @@ # reinstalling the package won't reset the default ROM. # - add mime type and auto-associate ST disk images and executables. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=hatari VERSION=${VERSION:-2.3.1} BUILD=${BUILD:-1} @@ -76,7 +78,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |