summaryrefslogtreecommitdiffstats
path: root/network/ipxnet/ipxnet.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/ipxnet/ipxnet.SlackBuild')
-rw-r--r--network/ipxnet/ipxnet.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/network/ipxnet/ipxnet.SlackBuild b/network/ipxnet/ipxnet.SlackBuild
index 42d3f41c67..2115a1bb55 100644
--- a/network/ipxnet/ipxnet.SlackBuild
+++ b/network/ipxnet/ipxnet.SlackBuild
@@ -10,6 +10,8 @@
IPXUSER="${IPXUSER:-nobody}"
IPXGROUP="${IPXGROUP:-nogroup}"
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=ipxnet
VERSION=${VERSION:-20120808.0dce97e}
BUILD=${BUILD:-1}
@@ -23,7 +25,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}