diff options
Diffstat (limited to 'games/adl')
-rw-r--r-- | games/adl/adl.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/adl/adl.SlackBuild b/games/adl/adl.SlackBuild index 0529dd1b8bc42..ed3e5dd774ac3 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} |