wok-6.x rev 15240
m4: remove wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 23 12:45:31 2013 +0000 (2013-09-23) |
parents | 7abf990db309 |
children | f4cabbf676fc |
files | m4/receipt |
line diff
1.1 --- a/m4/receipt Mon Sep 23 12:20:26 2013 +0000 1.2 +++ b/m4/receipt Mon Sep 23 12:45:31 2013 +0000 1.3 @@ -19,7 +19,8 @@ 1.4 { 1.5 cd $src 1.6 ./configure $CONFIGURE_ARGS && 1.7 - make && make install 1.8 + make 2>&1 | grep -v "ERROR''@|" && 1.9 + make install 1.10 } 1.11 1.12 # Rules to gen a SliTaz package suitable for Tazpkg.