wok-next diff mingw32-binutils/receipt @ rev 4027

dmraid/grub-dmraid: ensure raid is up
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 05 11:28:55 2009 +0200 (2009-09-05)
parents 1aa4817e0aff
children d437e141264c
line diff
     1.1 --- a/mingw32-binutils/receipt	Wed Jun 24 10:32:56 2009 +0000
     1.2 +++ b/mingw32-binutils/receipt	Sat Sep 05 11:28:55 2009 +0200
     1.3 @@ -21,7 +21,7 @@
     1.4  		--prefix=/usr \
     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 \
    1.12 @@ -33,11 +33,11 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/usr
    1.17 +	mkdir -p $fs/usr/lib
    1.18  	cp -a $_pkg/usr/bin $fs/usr
    1.19 -	cp -a $_pkg/usr/$MINGW32_TARGET $fs/usr
    1.20 +	cp -a $_pkg/usr/lib/$MINGW32_TARGET $fs/usr/lib
    1.21  	# do not need to copy lib/libiberty.a
    1.22  	
    1.23  	#Create a symlink for --with-sysroot
    1.24 -	( cd $fs/usr/$MINGW32_TARGET && ln -s . usr )
    1.25 +	( cd $fs/usr/lib/$MINGW32_TARGET && ln -s . usr )
    1.26  }