summaryrefslogtreecommitdiffstats
path: root/games/jfsw_demo_data/jfsw_demo_data.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/jfsw_demo_data/jfsw_demo_data.SlackBuild')
-rw-r--r--games/jfsw_demo_data/jfsw_demo_data.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/jfsw_demo_data/jfsw_demo_data.SlackBuild b/games/jfsw_demo_data/jfsw_demo_data.SlackBuild
index 73d4894c00..fe7d353436 100644
--- a/games/jfsw_demo_data/jfsw_demo_data.SlackBuild
+++ b/games/jfsw_demo_data/jfsw_demo_data.SlackBuild
@@ -10,13 +10,14 @@
# - updated slightly, to coexist with jfsw_registered_data.
# - get rid of LFs in text files, rename to lowercase.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=jfsw_demo_data
VERSION=${VERSION:-1.2}
ARCH=noarch
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}