summaryrefslogtreecommitdiffstats
path: root/games/colem/colem.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/colem/colem.SlackBuild')
-rw-r--r--games/colem/colem.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/colem/colem.SlackBuild b/games/colem/colem.SlackBuild
index bca0d169e3..2d4b50aaf0 100644
--- a/games/colem/colem.SlackBuild
+++ b/games/colem/colem.SlackBuild
@@ -63,6 +63,8 @@
# + run "aoss colem" to get audio working on a stock Slack 14.1 system
# with OSS modules disabled by default.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=colem
VERSION=${VERSION:-5.5}
BUILD=${BUILD:-1}
@@ -76,7 +78,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}