diff options
Diffstat (limited to 'games/hexalate/hexalate.SlackBuild')
-rw-r--r-- | games/hexalate/hexalate.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/hexalate/hexalate.SlackBuild b/games/hexalate/hexalate.SlackBuild index 5551883e7232..9446e3364e14 100644 --- a/games/hexalate/hexalate.SlackBuild +++ b/games/hexalate/hexalate.SlackBuild @@ -27,6 +27,8 @@ # Build script for hexalate +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=hexalate VERSION=${VERSION:-1.1.4} BUILD=${BUILD:-1} @@ -40,7 +42,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |