aboutsummaryrefslogtreecommitdiffstats
path: root/fam
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2004-06-19 14:08:21 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2004-06-19 14:08:21 +0000
commit36a755b5fa3f25f40cf53e0ac2d28bb397770c5f (patch)
tree76815565ebbd9f022b32f2daf1b08e669fa1bd76 /fam
parent5f0e1fbe2afbfd261a62f7efd76cfccd10fe2cf8 (diff)
downloadopenembedded-36a755b5fa3f25f40cf53e0ac2d28bb397770c5f.tar.gz
fixed build
BKrev: 40d448d5fWKyv2xMS5uQzxWhN9o60A
Diffstat (limited to 'fam')
-rw-r--r--fam/fam_2.7.0.oe2
1 files changed, 1 insertions, 1 deletions
diff --git a/fam/fam_2.7.0.oe b/fam/fam_2.7.0.oe
index 85d5cb1c5d..6f0fab119c 100644
--- a/fam/fam_2.7.0.oe
+++ b/fam/fam_2.7.0.oe
@@ -10,7 +10,7 @@ inherit autotools
CPPFLAGS_append = " -DNDEBUG"
do_stage() {
- oe_libinstall -so -a -C libfam libfam ${STAGING_LIBDIR}/
+ oe_libinstall -so -a -C lib libfam ${STAGING_LIBDIR}/
install -m 0644 ${S}/include/fam.h ${STAGING_INCDIR}/
}