diff options
-rw-r--r-- | network/ipxnet/ipxnet.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/ipxnet/ipxnet.SlackBuild b/network/ipxnet/ipxnet.SlackBuild index a65b4cc486..f2b9ba8d63 100644 --- a/network/ipxnet/ipxnet.SlackBuild +++ b/network/ipxnet/ipxnet.SlackBuild @@ -11,12 +11,12 @@ # 20210911 bkw: fix missing space before ] in doinst.sh. Grr. +cd $(dirname $0) ; CWD=$(pwd) + # We install the binary setuid nobody/nogroup by default. IPXUSER="${IPXUSER:-nobody}" IPXGROUP="${IPXGROUP:-nogroup}" -cd $(dirname $0) ; CWD=$(pwd) - PRGNAM=ipxnet VERSION=${VERSION:-20120808.0dce97e} BUILD=${BUILD:-3} |