From 4de2e3a057436f3377270a0f806364654fd8096c Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Thu, 24 Sep 2009 12:27:16 +0200 Subject: [PATCH] dbus.inc: Make sure target directory exists before installing files to it. --- recipes/dbus/dbus.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/dbus/dbus.inc b/recipes/dbus/dbus.inc index b5eeb08629..202aec432d 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 } -- 2.39.5