wok rev 15145

expect: filter wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 15 12:52:35 2013 +0000 (2013-08-15)
parents 4e02d9160644
children 2dd26e7f0025
files expect/receipt
line diff
     1.1 --- a/expect/receipt	Thu Aug 15 12:42:12 2013 +0000
     1.2 +++ b/expect/receipt	Thu Aug 15 12:52:35 2013 +0000
     1.3 @@ -15,7 +15,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	./configure $CONFIGURE_ARGS &&
     1.8 +	./configure $CONFIGURE_ARGS 2>&1 | grep -v /install-sh &&
     1.9  	make &&
    1.10  	make DESTDIR=$install install
    1.11  }