summaryrefslogtreecommitdiffstats
path: root/games/meandmyshadow/meandmyshadow.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/meandmyshadow/meandmyshadow.SlackBuild')
-rw-r--r--games/meandmyshadow/meandmyshadow.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/meandmyshadow/meandmyshadow.SlackBuild b/games/meandmyshadow/meandmyshadow.SlackBuild
index d01e874bc9..35ee8d5db1 100644
--- a/games/meandmyshadow/meandmyshadow.SlackBuild
+++ b/games/meandmyshadow/meandmyshadow.SlackBuild
@@ -25,6 +25,8 @@
# 20210214 bkw: Modified by SlackBuilds.org to allow building on a
# system that has both lua and lua52 (or lua53) installed.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=meandmyshadow
VERSION=${VERSION:-0.5a}
BUILD=${BUILD:-1}
@@ -38,7 +40,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}