[oe-commits] Florian Boor : dbus.inc: Make sure target directory exists before installing files to it.

git version control git at git.openembedded.org
Thu Sep 24 10:28:34 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4de2e3a057436f3377270a0f806364654fd8096c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4de2e3a057436f3377270a0f806364654fd8096c

Author: Florian Boor <florian.boor at kernelconcepts.de>
Date:   Thu Sep 24 12:27:16 2009 +0200

dbus.inc: Make sure target directory exists before installing files to it.

---

 recipes/dbus/dbus.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/recipes/dbus/dbus.inc b/recipes/dbus/dbus.inc
index b5eeb08..202aec4 100644
--- a/recipes/dbus/dbus.inc
+++ b/recipes/dbus/dbus.inc
@@ -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
 }





More information about the Openembedded-commits mailing list