wok rev 1560
glibc: fix ld.so.conf path
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 13 09:25:04 2008 +0000 (2008-10-13) |
parents | 3613f8f29a86 |
children | 3475150ea80e |
files | glibc/receipt |
line diff
1.1 --- a/glibc/receipt Mon Oct 13 09:14:22 2008 +0000 1.2 +++ b/glibc/receipt Mon Oct 13 09:25:04 2008 +0000 1.3 @@ -22,8 +22,8 @@ 1.4 cd glibc-build 1.5 # Install in the build tree and then move all files 1.6 # to the source tree to keep $src and $_pkg for genpkg. 1.7 - mkdir -p _pkg/etc 1.8 - touch _pkg/etc/ld.so.conf 1.9 + mkdir -p ../$PACKAGE-$VERSION/_pkg/etc 1.10 + touch ../$PACKAGE-$VERSION/_pkg/etc/ld.so.conf 1.11 echo "CFLAGS += -march=i486" > configparms 1.12 ../$PACKAGE-$VERSION/configure \ 1.13 --prefix=/usr \