summaryrefslogtreecommitdiffstats
path: root/games/PyLotRO/PyLotRO.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/PyLotRO/PyLotRO.SlackBuild')
-rw-r--r--games/PyLotRO/PyLotRO.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/PyLotRO/PyLotRO.SlackBuild b/games/PyLotRO/PyLotRO.SlackBuild
index ab6fd93c8c..7497d60227 100644
--- a/games/PyLotRO/PyLotRO.SlackBuild
+++ b/games/PyLotRO/PyLotRO.SlackBuild
@@ -21,6 +21,8 @@
# that is unlikely, as I am rather tall.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=PyLotRO
VERSION=${VERSION:-0.1.15}
BUILD=${BUILD:-2}
@@ -34,7 +36,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}