diff options
Diffstat (limited to 'games/hex-a-hop')
-rw-r--r-- | games/hex-a-hop/hex-a-hop.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/hex-a-hop/hex-a-hop.SlackBuild b/games/hex-a-hop/hex-a-hop.SlackBuild index d9e8df8819a0..b683f24de534 100644 --- a/games/hex-a-hop/hex-a-hop.SlackBuild +++ b/games/hex-a-hop/hex-a-hop.SlackBuild @@ -4,6 +4,8 @@ # Written by André Geraldo Vieira <andre.geraldo@gmail.com> +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=hex-a-hop VERSION=${VERSION:-1.1.0} BUILD=${BUILD:-1} @@ -17,7 +19,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |