summaryrefslogtreecommitdiffstats
path: root/games/qxw/qxw.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/qxw/qxw.SlackBuild')
-rw-r--r--games/qxw/qxw.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/qxw/qxw.SlackBuild b/games/qxw/qxw.SlackBuild
index 9885ffa4de..6be5af756a 100644
--- a/games/qxw/qxw.SlackBuild
+++ b/games/qxw/qxw.SlackBuild
@@ -4,6 +4,8 @@
# Written by Nick Warne <warne.nick@gmail.com>
# Licensed under the WTFPL <http://sam.zoy.org/wtfpl/COPYING>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=qxw
VERSION=${VERSION:-20200708}
BUILD=${BUILD:-1}
@@ -19,7 +21,6 @@ if [ -z "$ARCH" ]; then
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}