summaryrefslogtreecommitdiffstats
path: root/games/koules/koules.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/koules/koules.SlackBuild')
-rw-r--r--games/koules/koules.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/koules/koules.SlackBuild b/games/koules/koules.SlackBuild
index 46969e93a5..4a0aa83449 100644
--- a/games/koules/koules.SlackBuild
+++ b/games/koules/koules.SlackBuild
@@ -10,6 +10,8 @@
# This script doesn't share any code with whatever build script
# existed back then (partly because I couldn't find a copy)
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=koules
VERSION=${VERSION:-1.4}
BUILD=${BUILD:-2}
@@ -23,7 +25,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}