[oe-commits] : libebml: fix install

OE GIT Trial gittrial at amethyst.openembedded.net
Thu Sep 18 12:59:57 UTC 2008


Module: OE.dev
Branch: org.openembedded.dreambox
Commit: e266bf603b8813f89997d4abf3034126dd73f64c
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=e266bf603b8813f89997d4abf3034126dd73f64c

Author:  <tmbinc at openembedded.org>
Date:   Thu Sep 18 12:43:55 2008 +0000

libebml: fix install

---

 packages/libebml/libebml_0.7.8.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/libebml/libebml_0.7.8.bb b/packages/libebml/libebml_0.7.8.bb
index ffd2b2c..2e7978b 100644
--- a/packages/libebml/libebml_0.7.8.bb
+++ b/packages/libebml/libebml_0.7.8.bb
@@ -23,5 +23,5 @@ do_stage () {
 do_install() {
 	install -m 0644 ebml/*.h ${STAGING_INCDIR}
 	install -d ${STAGING_INCDIR}/ebml
-	(cd ${S}/ebml; cp *.h ${STAGING_INCDIR}/ebml/; mkdir ${STAGING_INCDIR}/ebml/c; cp c/libebml_t.h ${STAGING_INCDIR}/ebml/c;)
+	(cd ${S}/ebml; cp *.h ${STAGING_INCDIR}/ebml/; mkdir -p ${STAGING_INCDIR}/ebml/c; cp c/libebml_t.h ${STAGING_INCDIR}/ebml/c;)
 }





More information about the Openembedded-commits mailing list