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