]> code.ossystems Code Review - openembedded-core.git/commitdiff
libtool-sdk: create directories before staging into them
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 2 Jul 2008 15:21:32 +0000 (15:21 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 2 Jul 2008 15:21:32 +0000 (15:21 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4784 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/libtool/libtool-sdk_2.2.4.bb

index b6b2aa966ccef29af656a267984be709dd21eab7..83f63cbd2a7dab4d491d8089ad4b8859473e26aa 100644 (file)
@@ -39,6 +39,8 @@ do_stage () {
        install -m 0755 libtool ${STAGING_BINDIR}/${HOST_SYS}-libtool
        install -m 0755 libtoolize ${STAGING_BINDIR}/libtoolize
 
+       install -d ${STAGING_INCDIR}
+       install -d ${STAGING_LIBDIR}
        oe_libinstall -a -so -C libltdl libltdl ${STAGING_LIBDIR}
        install -m 0644 libltdl/ltdl.h ${STAGING_INCDIR}/