dbus.inc: Make sure target directory exists before installing files to it.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 24 Sep 2009 10:27:16 +0000 (12:27 +0200)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 24 Sep 2009 10:28:19 +0000 (12:28 +0200)
recipes/dbus/dbus.inc

index b5eeb08..202aec4 100644 (file)
@@ -41,6 +41,7 @@ do_install_append() {
         install -m 0755 ${WORKDIR}/dbus-1.init ${D}${sysconfdir}/init.d/dbus-1
         # the stock install seems to install the libtool wrapper script, so we have to copy this manually :M:
         if [ -e bus/.libs/dbus-daemon-launch-helper ]; then
+                install -d  ${D}${libexecdir}/
                 install -m 0755 bus/.libs/dbus-daemon-launch-helper ${D}${libexecdir}/
         fi
 }