diff options
Diffstat (limited to 'games/zsnes')
-rw-r--r-- | games/zsnes/zsnes.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/zsnes/zsnes.SlackBuild b/games/zsnes/zsnes.SlackBuild index 55442c9cabf50..121b08f0e5b61 100644 --- a/games/zsnes/zsnes.SlackBuild +++ b/games/zsnes/zsnes.SlackBuild @@ -26,6 +26,8 @@ # 20180123 bkw: Finally, 64-bit support! Sort-of. Using a dirty hack. # Also, move binary to /usr/games and man page to section 6. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=zsnes VERSION=${VERSION:-1.51b} BUILD=${BUILD:-4} @@ -42,7 +44,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |