# HG changeset patch
# User Eric Joseph-Alexandre <erjo@slitaz.org>
# Date 1305573120 -7200
# Node ID f1e64641be12c9934f09fc6b9e34e4a12475fa10
# Parent  4b13ba3539443695498969832f15d4551bc9fa7c
nagios-plugins: fix typo

diff -r 4b13ba353944 -r f1e64641be12 nagios-plugins/receipt
--- a/nagios-plugins/receipt	Mon May 16 21:08:43 2011 +0200
+++ b/nagios-plugins/receipt	Mon May 16 21:12:00 2011 +0200
@@ -22,7 +22,7 @@
 	--with-nagios-group=nogroup \
 	--with-ping-command="/bin/ping -w %d -c %d %s" \
 	--with-fping-command="/usr/sbin/fping" \
-	~ --mandir=/usr/share/man $CONFIGURE_ARGS
+	--mandir=/usr/share/man $CONFIGURE_ARGS
 	
 	make &&
 	make DESTDIR=$PWD/_pkg install &&