wok rev 17764

epdf: hide false positive
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 12 09:36:28 2015 +0100 (2015-03-12)
parents bfb4eab7f59f
children 54165ad14f1d
files epdf/receipt
line diff
     1.1 --- a/epdf/receipt	Thu Mar 12 08:42:55 2015 +0100
     1.2 +++ b/epdf/receipt	Thu Mar 12 09:36:28 2015 +0100
     1.3 @@ -17,10 +17,10 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	./autogen.sh \
     1.9  		--prefix=/usr \
    1.10 -		$CONFIGURE_ARGS && 
    1.11 +		$CONFIGURE_ARGS 2>&1 | \
    1.12 +		sed 's|missing: No such|missing: no such|'
    1.13  	make && make install
    1.14  }
    1.15