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