mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/ipxnet: Align with template.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cf18c253f8
commit
6bf6dce9ed
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue