]> code.ossystems Code Review - openembedded-core.git/commitdiff
python-gst: create m4/ directory before copying into it
authorMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 23 Mar 2007 00:14:34 +0000 (00:14 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 23 Mar 2007 00:14:34 +0000 (00:14 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1387 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta-extras/packages/python/python-gst_0.10.7.bb

index bf65595be9fb49d9cbfd114b62c815c326b3bbc1..d206c0ab12ef79e3906cd3b449a7bba7fce17c91 100644 (file)
@@ -13,6 +13,7 @@ inherit autotools distutils-base pkgconfig
 EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../"
 
 do_configure_prepend() {
+    install -d ${S}/m4
     install -m 0644 ${S}/common/m4/*.m4 ${S}/m4/
 }