aboutsummaryrefslogtreecommitdiff
path: root/games/rejoystick/rejoystick.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/rejoystick/rejoystick.SlackBuild')
-rw-r--r--games/rejoystick/rejoystick.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/rejoystick/rejoystick.SlackBuild b/games/rejoystick/rejoystick.SlackBuild
index 8f0c442f6700f..0ed007d1720d2 100644
--- a/games/rejoystick/rejoystick.SlackBuild
+++ b/games/rejoystick/rejoystick.SlackBuild
@@ -4,6 +4,8 @@
# Written by Steven Pledger <linux.propane@yahoo.com>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=rejoystick
VERSION=${VERSION:-0.8.1}
BUILD=${BUILD:-3}
@@ -17,7 +19,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}