diff options
author | B. Watson <urchlay@slackware.uk> | 2023-02-14 01:48:52 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-18 10:07:02 +0700 |
commit | 6bf6dce9edf2e5f7bf89975a5240b03ccca1e39a (patch) | |
tree | da82457fc848339996f280a2191d2e1d0bea8c92 /network/ipxnet | |
parent | cf18c253f89a7ef39598a4a3effc6f5c87194f06 (diff) |
network/ipxnet: Align with template.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/ipxnet')
-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 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} |