summaryrefslogtreecommitdiffstats
path: root/games/wargus/wargus.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/wargus/wargus.SlackBuild')
-rw-r--r--games/wargus/wargus.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/wargus/wargus.SlackBuild b/games/wargus/wargus.SlackBuild
index 32bc19392b..38990f880c 100644
--- a/games/wargus/wargus.SlackBuild
+++ b/games/wargus/wargus.SlackBuild
@@ -8,6 +8,8 @@
# 20180915 bkw: updated for v2.4.1
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=wargus
VERSION=${VERSION:-2.4.1}
BUILD=${BUILD:-1}
@@ -21,7 +23,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}