wok rev 15246
icoutils: remove wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 23 13:27:46 2013 +0000 (2013-09-23) |
parents | d7486a2cc6d9 |
children | 4b621e9fc7d6 |
files | icoutils/receipt |
line diff
1.1 --- a/icoutils/receipt Mon Sep 23 13:26:46 2013 +0000 1.2 +++ b/icoutils/receipt Mon Sep 23 13:27:46 2013 +0000 1.3 @@ -19,7 +19,7 @@ 1.4 cd $src 1.5 ./configure --prefix=/usr --mandir=/usr/share/man \ 1.6 $CONFIGURE_ARGS && 1.7 - make && 1.8 + make 2>&1 | grep -v "STRERROR" | grep -v "PERROR" && 1.9 make DESTDIR=$DESTDIR install 1.10 } 1.11