diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-06-19 14:08:21 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-06-19 14:08:21 +0000 |
commit | 36a755b5fa3f25f40cf53e0ac2d28bb397770c5f (patch) | |
tree | 76815565ebbd9f022b32f2daf1b08e669fa1bd76 | |
parent | 5f0e1fbe2afbfd261a62f7efd76cfccd10fe2cf8 (diff) |
fixed build
BKrev: 40d448d5fWKyv2xMS5uQzxWhN9o60A
-rw-r--r-- | fam/fam_2.7.0.oe | 2 |
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}/ } |