monitoring-plugins: simplify do_configure().
This commit is contained in:
parent
6c4094611e
commit
68bd4975f3
@ -15,7 +15,5 @@ distfiles="${homepage}/download/${pkgname}-${version}.tar.gz"
|
||||
checksum=76c6b58f0867ab7b6c8c86c7e94fcce7183618f6daab63488990d0355f5600aa
|
||||
|
||||
do_configure() {
|
||||
: ${configure_script:=./configure}
|
||||
|
||||
${configure_script} ${configure_args} --with-ping-command='/usr/bin/iputils-ping -n -U -w %d -c %d %s' --with-ping6-command='/usr/bin/iputils-ping6 -n -U -w %d -c %d %s'
|
||||
./configure ${configure_args} --with-ping-command='/usr/bin/iputils-ping -n -U -w %d -c %d %s' --with-ping6-command='/usr/bin/iputils-ping6 -n -U -w %d -c %d %s'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user