diff options
Diffstat (limited to 'games/jfsw_demo_data')
-rw-r--r-- | games/jfsw_demo_data/jfsw_demo_data.SlackBuild | 3 |
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 73d4894c00994..fe7d353436fc7 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} |