From 8faf8024fd8f874a89bb324408a47805ac63ded0 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 17 Nov 2003 23:13:29 +0000 Subject: libogg_1.0.0.oe: Install the libogg headers into the correct place in staging. openobex_1.0.0.oe: Install the openobex m4 macros in the stage target. BKrev: 3fb95619Np1CTozA2YuIPW4ZMUOmDg --- libogg/libogg_1.0.0.oe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libogg') diff --git a/libogg/libogg_1.0.0.oe b/libogg/libogg_1.0.0.oe index d542599c01..420acacc54 100644 --- a/libogg/libogg_1.0.0.oe +++ b/libogg/libogg_1.0.0.oe @@ -19,8 +19,8 @@ do_stage () { ln -sf libogg.so.0.4.0 ${STAGING_LIBDIR}/libogg.so.0 ln -sf libogg.so.0.4.0 ${STAGING_LIBDIR}/libogg.so - install -d ${STAGING_LIBDIR}/ogg - (cd include/ogg; cp config_types.h ogg.h os_types.h ${STAGING_LIBDIR}/ogg/) + install -d ${STAGING_DIR}/target/include/ogg + (cd include/ogg; cp config_types.h ogg.h os_types.h ${STAGING_DIR}/target/include/ogg/) install -d ${STAGING_DIR}/share/aclocal install -m 0644 ogg.m4 ${STAGING_DIR}/share/aclocal/ogg.m4 -- cgit v1.2.3