cookutils rev 409

cross x86_64 typo
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 13 23:48:50 2012 +0200 (2012-05-13)
parents ae5caef02df4
children be4cdf2006f3
files cross
line diff
     1.1 --- a/cross	Sun May 13 23:45:59 2012 +0200
     1.2 +++ b/cross	Sun May 13 23:48:50 2012 +0200
     1.3 @@ -102,7 +102,7 @@
     1.4  			# GCC wants Glib headers in cross environment (not tested
     1.5  			# with sysroot) Should we install glibc-headers before ?
     1.6  			[ "$SYSROOT" ] || \
     1.7 -				ls -s /usr/include $PREFIX/$TARGET/include ;;
     1.8 +				ln -s /usr/include $PREFIX/$TARGET/include ;;
     1.9  	esac
    1.10  	rm -rf gcc-static
    1.11  	mkdir gcc-static && cd gcc-static