summaryrefslogtreecommitdiffstats
path: root/games/asciijump/asciijump.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/asciijump/asciijump.SlackBuild')
-rw-r--r--games/asciijump/asciijump.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/asciijump/asciijump.SlackBuild b/games/asciijump/asciijump.SlackBuild
index 8b0156909f..2ccd50ab8a 100644
--- a/games/asciijump/asciijump.SlackBuild
+++ b/games/asciijump/asciijump.SlackBuild
@@ -2,6 +2,8 @@
# Slackware build script for asciijump
# Written by Dan-Simon Myrland <dansimon@radiotube.org>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=asciijump
VERSION=${VERSION:-1.0.2~beta}
BUILD=${BUILD:-1}
@@ -15,7 +17,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}