wok-undigest diff gcc/receipt @ rev 1037

gcc: remove wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 14 21:55:19 2013 +0000 (2013-10-14)
parents 415629c3d341
children 01af0e72b841
line diff
     1.1 --- a/gcc/receipt	Wed Jun 19 22:41:21 2013 +0200
     1.2 +++ b/gcc/receipt	Mon Oct 14 21:55:19 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="The the GNU Compiler Collection."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://gcc.gnu.org/"
    1.10  WGET_URL="ftp://gcc.gnu.org/pub/gcc/releases/gcc-$VERSION/$TARBALL"
    1.11 @@ -48,7 +49,8 @@
    1.12  		--without-ppl --without-cloog &&
    1.13  	make &&
    1.14  	make install
    1.15 -	} || { report close-bloc; return 1; }
    1.16 +	} | sed 's/: execvp: No such file/: execvp: no such file/' || 
    1.17 +	{ report close-bloc; return 1; }
    1.18  
    1.19  	# See LFS for more detais about this.
    1.20  	ln -s libgcc.a `$HOST_SYSTEM-gcc -print-libgcc-file-name | \