aboutsummaryrefslogtreecommitdiff
path: root/games/xmoto/xmoto.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/xmoto/xmoto.SlackBuild')
-rw-r--r--games/xmoto/xmoto.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xmoto/xmoto.SlackBuild b/games/xmoto/xmoto.SlackBuild
index 1284a0c43589..7bbc88466c8b 100644
--- a/games/xmoto/xmoto.SlackBuild
+++ b/games/xmoto/xmoto.SlackBuild
@@ -3,6 +3,8 @@
# Modified by the SlackBuilds.org project
# Maintained by Alex Word <alex_word86@yahoo.com>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=xmoto
VERSION=${VERSION:-0.6.1}
BUILD=${BUILD:-1}
@@ -16,7 +18,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}