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