wok-current diff nagios-plugins/receipt @ rev 25381
updated unifont (13.0.01 -> 14.0.04)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jul 30 16:49:06 2022 +0100 (2022-07-30) |
parents | 08e0172a1a69 |
children |
line diff
1.1 --- a/nagios-plugins/receipt Sat Apr 23 10:41:57 2022 +0100 1.2 +++ b/nagios-plugins/receipt Sat Jul 30 16:49:06 2022 +0100 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