From: Marcin Juszkiewicz Date: Sat, 19 Jun 2004 14:08:21 +0000 (+0000) Subject: fixed build X-Git-Tag: Release-2010-05/1~18621 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36a755b5fa3f25f40cf53e0ac2d28bb397770c5f;p=openembedded.git fixed build BKrev: 40d448d5fWKyv2xMS5uQzxWhN9o60A --- 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}/ }