wok-next rev 9866

nagios-plugins: fix typo
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon May 16 21:12:00 2011 +0200 (2011-05-16)
parents 4b13ba353944
children 134ce9e4f774
files nagios-plugins/receipt
line diff
     1.1 --- a/nagios-plugins/receipt	Mon May 16 21:08:43 2011 +0200
     1.2 +++ b/nagios-plugins/receipt	Mon May 16 21:12:00 2011 +0200
     1.3 @@ -22,7 +22,7 @@
     1.4  	--with-nagios-group=nogroup \
     1.5  	--with-ping-command="/bin/ping -w %d -c %d %s" \
     1.6  	--with-fping-command="/usr/sbin/fping" \
     1.7 -	~ --mandir=/usr/share/man $CONFIGURE_ARGS
     1.8 +	--mandir=/usr/share/man $CONFIGURE_ARGS
     1.9  	
    1.10  	make &&
    1.11  	make DESTDIR=$PWD/_pkg install &&