wok-4.x rev 3996
h8300-gcc: fix FSH (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Aug 30 16:04:45 2009 +0200 (2009-08-30) |
parents | da36d8ad132e |
children | 30d3807bcd99 |
files | h8300-gcc/receipt |
line diff
1.1 --- a/h8300-gcc/receipt Sun Aug 30 13:02:52 2009 +0200 1.2 +++ b/h8300-gcc/receipt Sun Aug 30 16:04:45 2009 +0200 1.3 @@ -25,8 +25,8 @@ 1.4 --enable-target-optspace \ 1.5 --enable-obsolete \ 1.6 --prefix=/usr \ 1.7 - --exec-prefix=/usr/share/h8300-hitachi-hms \ 1.8 - --libexecdir=/usr/lib/h8300-hitachi-hms \ 1.9 + --exec-prefix=/usr \ 1.10 + --libexecdir=/usr/lib \ 1.11 --infodir=/usr/share/info \ 1.12 --mandir=/usr/share/man \ 1.13 $CONFIGURE_ARGS && 1.14 @@ -39,12 +39,10 @@ 1.15 { 1.16 mkdir -p $fs/usr 1.17 cp -a $_pkg/usr/bin $fs/usr 1.18 - cp -a $_pkg/usr/h8300-hitachi-hms $fs/usr 1.19 cp -a $_pkg/usr/include $fs/usr 1.20 # do not need to copy lib/libiberty.a 1.21 mkdir -p $fs/usr/lib 1.22 cp -a $_pkg/usr/lib/gcc $fs/usr/lib 1.23 - cp -a $_pkg/usr/libexec $fs/usr 1.24 } 1.25 1.26 # Rules to clean the package