# HG changeset patch # User Pascal Bellard # Date 1252149843 -7200 # Node ID 589a78b28bb2fcf424a9db112037965cab8f7005 # Parent 8db9118bfcb70d7c70246f3267c4b852d4751ea0 mingw32-gcc-c: typo in FSH fix diff -r 8db9118bfcb7 -r 589a78b28bb2 mingw32-gcc-c/receipt --- a/mingw32-gcc-c/receipt Sat Sep 05 11:28:55 2009 +0200 +++ b/mingw32-gcc-c/receipt Sat Sep 05 13:24:03 2009 +0200 @@ -25,7 +25,7 @@ --libexecdir=/usr/lib \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ - --with-sysroot=/usr/$MINGW32_TARGET \ + --with-sysroot=/usr/lib/$MINGW32_TARGET \ --disable-shared \ --disable-debug \ --target=$MINGW32_TARGET \ diff -r 8db9118bfcb7 -r 589a78b28bb2 mingw32-runtime-headers/receipt --- a/mingw32-runtime-headers/receipt Sat Sep 05 11:28:55 2009 +0200 +++ b/mingw32-runtime-headers/receipt Sat Sep 05 13:24:03 2009 +0200 @@ -27,4 +27,5 @@ { mkdir -p $fs cp -a $_pkg/* $fs + ln -s . $fs/usr/lib/$MINGW32_TARGET/usr }