summaryrefslogtreecommitdiffstats
path: root/games/tong/tong.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/tong/tong.SlackBuild')
-rw-r--r--games/tong/tong.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/tong/tong.SlackBuild b/games/tong/tong.SlackBuild
index 858be7b71c..fe643aaa6d 100644
--- a/games/tong/tong.SlackBuild
+++ b/games/tong/tong.SlackBuild
@@ -5,6 +5,8 @@
# Slackware build script for tong
# Written by Owen Swerkstrom <owenswerk@gmail.com>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=tong
VERSION=${VERSION:-1.3}
BUILD=${BUILD:-1}
@@ -18,7 +20,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}