summaryrefslogtreecommitdiffstats
path: root/games/powerslave_demo_data/powerslave_demo_data.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/powerslave_demo_data/powerslave_demo_data.SlackBuild')
-rw-r--r--games/powerslave_demo_data/powerslave_demo_data.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/powerslave_demo_data/powerslave_demo_data.SlackBuild b/games/powerslave_demo_data/powerslave_demo_data.SlackBuild
index d18e66ac6b..769da3cecd 100644
--- a/games/powerslave_demo_data/powerslave_demo_data.SlackBuild
+++ b/games/powerslave_demo_data/powerslave_demo_data.SlackBuild
@@ -11,6 +11,8 @@
# VERSION is the date of the newest file in the zip (PS.EXE)
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=powerslave_demo_data
VERSION=${VERSION:-19961212}
BUILD=${BUILD:-1}
@@ -18,7 +20,6 @@ TAG=${TAG:-_SBo}
ARCH=noarch
SRCNAM=pwrslave
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}