aboutsummaryrefslogtreecommitdiffstats
path: root/packages/klibc
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2007-10-29 23:08:22 +0000
committerRichard Purdie <rpurdie@rpsys.net>2007-10-29 23:08:22 +0000
commit113d446f1e5db3da857162e1ee082f04379023f9 (patch)
treed7fc65fe55dc6a4d98df54d43ddda4b844da9c73 /packages/klibc
parent75d44e35ba889eff8e594625050ae911a4eadd9d (diff)
downloadopenembedded-113d446f1e5db3da857162e1ee082f04379023f9.tar.gz
Remove final references to BUILD_SYS in staging paths
Diffstat (limited to 'packages/klibc')
-rw-r--r--packages/klibc/klibc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/klibc/klibc.inc b/packages/klibc/klibc.inc
index c33458eebc..0ddcef82d9 100644
--- a/packages/klibc/klibc.inc
+++ b/packages/klibc/klibc.inc
@@ -60,7 +60,7 @@ do_stage() {
rm -rf "${STAGING_KLIBC_DIR}"
oe_runmake 'prefix=${STAGING_KLIBC_DIR}' \
'bindir=${STAGING_BINDIR}' \
- 'mandir=${STAGING_DATADIR}/man' \
+ 'mandir=${STAGING_DIR_HOST}${layout_mandir}' \
install
# The following is sufficient, at least in klibc 1.1.1 to make klcc
# use the staged libraries and include files.