cookutils diff cross @ rev 684

Add zh_CHT.po
author Paul Issott <paul@slitaz.org>
date Fri Jun 06 18:31:25 2014 +0100 (2014-06-06)
parents 0bfd04c900d5
children da66e6be1add
line diff
     1.1 --- a/cross	Fri May 09 20:38:59 2014 +0200
     1.2 +++ b/cross	Fri Jun 06 18:31:25 2014 +0100
     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