summaryrefslogtreecommitdiffstats
path: root/games/golly/golly.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/golly/golly.SlackBuild')
-rw-r--r--games/golly/golly.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/golly/golly.SlackBuild b/games/golly/golly.SlackBuild
index 77628e36db..967c6039c0 100644
--- a/games/golly/golly.SlackBuild
+++ b/games/golly/golly.SlackBuild
@@ -35,6 +35,8 @@
# is invited to investigate why this happens...
# - Minor simplifications and cleanups.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=golly
VERSION=${VERSION:-4.0}
BUILD=${BUILD:-1}
@@ -48,7 +50,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}