diff options
Diffstat (limited to 'games/z26/z26.SlackBuild')
-rw-r--r-- | games/z26/z26.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/z26/z26.SlackBuild b/games/z26/z26.SlackBuild index d94d7e82d0edd..bcd5b00896baa 100644 --- a/games/z26/z26.SlackBuild +++ b/games/z26/z26.SlackBuild @@ -12,6 +12,8 @@ # - 64-bit support via statified binary (see statify.sh) # - BUILD=2 +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=z26 VERSION=${VERSION:-2.13} BUILD=${BUILD:-2} @@ -33,7 +35,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |