summaryrefslogtreecommitdiffstats
path: root/games/gottet/gottet.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/gottet/gottet.SlackBuild')
-rw-r--r--games/gottet/gottet.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gottet/gottet.SlackBuild b/games/gottet/gottet.SlackBuild
index 90af163fab..faaa9b270c 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}