summaryrefslogtreecommitdiffstats
path: root/games/cgoban/cgoban.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/cgoban/cgoban.SlackBuild')
-rw-r--r--games/cgoban/cgoban.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/cgoban/cgoban.SlackBuild b/games/cgoban/cgoban.SlackBuild
index 13a0359138..57a1b4f7c7 100644
--- a/games/cgoban/cgoban.SlackBuild
+++ b/games/cgoban/cgoban.SlackBuild
@@ -8,6 +8,8 @@
# http://creativecommons.org/publicdomain/zero/1.0/
# http://creativecommons.org/publicdomain/zero/1.0/legalcode
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=cgoban
VERSION=${VERSION:-1.9.14}
BUILD=${BUILD:-1}
@@ -21,7 +23,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}