wok-6.x rev 15251
libidn: remove wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 23 18:37:38 2013 +0000 (2013-09-23) |
parents | 201790380987 |
children | f5e828c7da09 |
files | libidn/receipt |
line diff
1.1 --- a/libidn/receipt Mon Sep 23 18:02:04 2013 +0000 1.2 +++ b/libidn/receipt Mon Sep 23 18:37:38 2013 +0000 1.3 @@ -15,7 +15,7 @@ 1.4 { 1.5 cd $src 1.6 ./configure $CONFIGURE_ARGS && 1.7 - make $MAKEFLAGS 2>&1 | grep -v STRERROR && 1.8 + make $MAKEFLAGS 2>&1 | grep -v STRERROR | grep -v PERROR && 1.9 make install 1.10 } 1.11