diff options
Diffstat (limited to 'games/gottet/gottet.SlackBuild')
-rw-r--r-- | games/gottet/gottet.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gottet/gottet.SlackBuild b/games/gottet/gottet.SlackBuild index 90af163fab762..faaa9b270c074 100644 --- a/games/gottet/gottet.SlackBuild +++ b/games/gottet/gottet.SlackBuild @@ -34,6 +34,8 @@ # - support SLKCFLAGS # - BUILD=2 +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=gottet VERSION=${VERSION:-1.0.6} BUILD=${BUILD:-2} @@ -47,7 +49,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |