wok diff nagios-plugins/receipt @ rev 25031

Add fatcat
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 20 09:25:51 2022 +0000 (2022-05-20)
parents 08e0172a1a69
children 5db546345599
line diff
     1.1 --- a/nagios-plugins/receipt	Sat Apr 23 10:41:57 2022 +0100
     1.2 +++ b/nagios-plugins/receipt	Fri May 20 09:25:51 2022 +0000
     1.3 @@ -25,7 +25,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	./autogen.sh &&
     1.8 +	./tools/setup &&
     1.9  	./configure						\
    1.10  		--prefix=/usr					\
    1.11  		--libexecdir=/usr/lib/nagios/plugins		\
    1.12 @@ -35,6 +35,7 @@
    1.13  		--with-fping-command="/usr/sbin/fping"		\
    1.14  		--mandir=/usr/share/man				\
    1.15  		$CONFIGURE_ARGS &&
    1.16 +	patch	--strip=0 --input=$stuff/patches/check_load.c-2.4.0 &&
    1.17  	make &&
    1.18  	make install DESTDIR=$DESTDIR &&
    1.19  	make install-root DESTDIR=$DESTDIR