wok-6.x rev 4028

mingw32-gcc-c: typo in FSH fix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 05 13:24:03 2009 +0200 (2009-09-05)
parents 8db9118bfcb7
children 892129529706
files mingw32-gcc-c/receipt mingw32-runtime-headers/receipt
line diff
     1.1 --- a/mingw32-gcc-c/receipt	Sat Sep 05 11:28:55 2009 +0200
     1.2 +++ b/mingw32-gcc-c/receipt	Sat Sep 05 13:24:03 2009 +0200
     1.3 @@ -25,7 +25,7 @@
     1.4  		--libexecdir=/usr/lib \
     1.5  		--infodir=/usr/share/info \
     1.6  		--mandir=/usr/share/man \
     1.7 -		--with-sysroot=/usr/$MINGW32_TARGET \
     1.8 +		--with-sysroot=/usr/lib/$MINGW32_TARGET \
     1.9  		--disable-shared \
    1.10  		--disable-debug \
    1.11  		--target=$MINGW32_TARGET \
     2.1 --- a/mingw32-runtime-headers/receipt	Sat Sep 05 11:28:55 2009 +0200
     2.2 +++ b/mingw32-runtime-headers/receipt	Sat Sep 05 13:24:03 2009 +0200
     2.3 @@ -27,4 +27,5 @@
     2.4  {
     2.5  	mkdir -p $fs
     2.6  	cp -a $_pkg/* $fs
     2.7 +	ln -s . $fs/usr/lib/$MINGW32_TARGET/usr
     2.8  }