wok diff expect/receipt @ rev 15473

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 09 20:47:29 2013 +0000 (2013-11-09)
parents d1b57a67e58d
children fcdd50638150
line diff
     1.1 --- a/expect/receipt	Sat Feb 18 15:12:19 2012 -0800
     1.2 +++ b/expect/receipt	Sat Nov 09 20:47:29 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  }