wok-6.x rev 15272
ntop: remove a wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 25 13:23:35 2013 +0000 (2013-09-25) |
parents | b2c3e949d4ff |
children | 667706522605 |
files | ntop/receipt |
line diff
1.1 --- a/ntop/receipt Wed Sep 25 13:07:34 2013 +0000 1.2 +++ b/ntop/receipt Wed Sep 25 13:23:35 2013 +0000 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 }