summaryrefslogtreecommitdiffstats
path: root/network/onyx/onyx.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/onyx/onyx.SlackBuild')
-rw-r--r--network/onyx/onyx.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/network/onyx/onyx.SlackBuild b/network/onyx/onyx.SlackBuild
index 6226c6b827..e8219b58ca 100644
--- a/network/onyx/onyx.SlackBuild
+++ b/network/onyx/onyx.SlackBuild
@@ -31,6 +31,8 @@ TAG=${TAG:-_SBo}
# user should obtain through the usual interface), so we've got to keep the
# two names straight.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=onyx
APP=overbitenx
@@ -42,7 +44,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}