cookutils diff cross @ rev 697

cookutils: catch control-c in aufs jail (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 25 11:27:23 2014 +0200 (2014-10-25)
parents 0bfd04c900d5
children da66e6be1add
line diff
     1.1 --- a/cross	Fri May 09 20:38:59 2014 +0200
     1.2 +++ b/cross	Sat Oct 25 11:27:23 2014 +0200
     1.3 @@ -500,8 +500,8 @@
     1.4  		cross_libtool 2>&1 | tee $logdir/libtool.log ;;
     1.5  	libhack)
     1.6  		# Some libxx.la files have libdir='/usr/lib' and make packages 
     1.7 -		# cross compilation fail. Some receipt may got hack to force
     1.8 -		# use of libs in sysroot but 'cross libhack' should be prefered.
     1.9 +		# cross compilation fail. Some receipts may have got hacked to force
    1.10 +		# use of libs in sysroot but 'cross libhack' should be preferred.
    1.11  		echo "Libdir: $sysroot/usr/lib" 
    1.12  		for la in $(fgrep -l libdir= $sysroot/usr/lib/*.la 2>/dev/null)
    1.13  		do