summaryrefslogtreecommitdiffstats
path: root/network/ipxnet
diff options
context:
space:
mode:
author B. Watson2023-02-14 07:48:52 +0100
committer Willy Sudiarto Raharjo2023-02-18 04:07:02 +0100
commit6bf6dce9edf2e5f7bf89975a5240b03ccca1e39a (patch)
treeda82457fc848339996f280a2191d2e1d0bea8c92 /network/ipxnet
parentcf18c253f89a7ef39598a4a3effc6f5c87194f06 (diff)
downloadslackbuilds-6bf6dce9edf2e5f7bf89975a5240b03ccca1e39a.tar.gz
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.SlackBuild4
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}