wok diff ntop/receipt @ rev 16800

Up pcmanfm (1.2.1)
author Paul Issott <paul@slitaz.org>
date Fri Jul 04 18:11:47 2014 +0100 (2014-07-04)
parents 2b9f96603415
children 9689f1b75619
line diff
     1.1 --- a/ntop/receipt	Sat Aug 10 13:52:56 2013 +0000
     1.2 +++ b/ntop/receipt	Fri Jul 04 18:11:47 2014 +0100
     1.3 @@ -25,7 +25,7 @@
     1.4  	./autogen.sh --prefix=/usr	\
     1.5  		--sysconfdir=/etc \
     1.6  		--localstatedir=/var/lib \
     1.7 -		$CONFIGURE_ARGS &&
     1.8 +		$CONFIGURE_ARGS 2>&1 | grep -v 'grep: libtool:' &&
     1.9  	make && make install
    1.10  	#~ && make install-data-as
    1.11  }