summaryrefslogtreecommitdiffstats
path: root/games/adl/adl.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/adl/adl.SlackBuild')
-rw-r--r--games/adl/adl.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/adl/adl.SlackBuild b/games/adl/adl.SlackBuild
index 0529dd1b8b..ed3e5dd774 100644
--- a/games/adl/adl.SlackBuild
+++ b/games/adl/adl.SlackBuild
@@ -26,6 +26,8 @@
# 20170621 bkw: add -j1 to the make commands. I got a mysterious
# build failure that I couldn't duplicate, hopefully this fixes it.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=adl
VERSION=${VERSION:-20110628}
BUILD=${BUILD:-1}
@@ -39,7 +41,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}