wok-undigest rev 1042

gcc: remove wrong error trigger (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 15 22:05:15 2013 +0000 (2013-10-15)
parents 747cb321f26b
children 7bd30b8599ad
files gcc/receipt
line diff
     1.1 --- a/gcc/receipt	Mon Oct 14 23:13:39 2013 +0000
     1.2 +++ b/gcc/receipt	Tue Oct 15 22:05:15 2013 +0000
     1.3 @@ -112,7 +112,8 @@
     1.4  		--without-ppl --without-cloog &&
     1.5  	make &&
     1.6  	make install
     1.7 -	} || { report close-bloc; return 1; }
     1.8 +	} 2>&1 | sed 's/: execvp: No such file/: execvp: no such file/' || 
     1.9 +	{ report close-bloc; return 1; }
    1.10  	ln -s gcc /tools/bin/cc
    1.11  	report close-bloc
    1.12  }
    1.13 @@ -185,7 +186,7 @@
    1.14  				--build=$HOST_SYSTEM \
    1.15  				--host=$HOST_SYSTEM &&
    1.16  			make && make install ;;
    1.17 -	esac
    1.18 +	esac 2>&1 | sed 's/: execvp: No such file/: execvp: no such file/'
    1.19  }
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.