wok diff mingw32-gcc-c/receipt @ rev 4015
mingw32*: fix FSH
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Sep 03 21:46:00 2009 +0200 (2009-09-03) |
parents | 1aa4817e0aff |
children | 589a78b28bb2 |
line diff
1.1 --- a/mingw32-gcc-c/receipt Wed Jun 24 10:32:56 2009 +0000 1.2 +++ b/mingw32-gcc-c/receipt Thu Sep 03 21:46:00 2009 +0200 1.3 @@ -22,6 +22,7 @@ 1.4 cd $SOURCE-$VERSION-build 1.5 $src/configure \ 1.6 --prefix=/usr \ 1.7 + --libexecdir=/usr/lib \ 1.8 --infodir=/usr/share/info \ 1.9 --mandir=/usr/share/man \ 1.10 --with-sysroot=/usr/$MINGW32_TARGET \ 1.11 @@ -46,7 +47,6 @@ 1.12 # do not need to copy lib/libiberty.a 1.13 mkdir -p $fs/usr/lib 1.14 cp -a $_pkg/usr/lib/gcc $fs/usr/lib 1.15 - cp -a $_pkg/usr/libexec $fs/usr 1.16 } 1.17 1.18 # Rules to setup after installation