From 6bf6dce9edf2e5f7bf89975a5240b03ccca1e39a Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 14 Feb 2023 01:48:52 -0500 Subject: network/ipxnet: Align with template. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- network/ipxnet/ipxnet.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'network/ipxnet/ipxnet.SlackBuild') diff --git a/network/ipxnet/ipxnet.SlackBuild b/network/ipxnet/ipxnet.SlackBuild index a65b4cc48618..f2b9ba8d6300 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} -- cgit v1.2.3