diff options
-rw-r--r-- | dbus/dbus_0.21.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/dbus_0.21.oe b/dbus/dbus_0.21.oe index 6b4471f918..710bdbd21c 100644 --- a/dbus/dbus_0.21.oe +++ b/dbus/dbus_0.21.oe @@ -50,6 +50,7 @@ do_stage () { do_install_append () { install -d ${D}${sysconfdir}/init.d install -m 0755 ${WORKDIR}/dbus-1.init ${D}${sysconfdir}/init.d/dbus-1 + install -d ${D}/usr/lib/dbus-1.0/services } python populate_packages_prepend () { |