diff options
author | Rene Wagner <rw@handhelds.org> | 2004-08-05 21:54:03 +0000 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2004-08-05 21:54:03 +0000 |
commit | 967812b70652dabefaa4ebd05d1b4513e227f77c (patch) | |
tree | 9c4f40482e751508789f1f9715f29a49ed04a252 | |
parent | 3c44184440d4998bf4c22462f77f9bbf587bc046 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into sugarcube.dyndns.org:/home/oe/oe/packages
2004/08/05 23:53:36+02:00 dyndns.org!reenoo
dbus_0.21.oe:
add /usr/lib/dbus-1.0/services to make dbus-daemon-1 --session work
BKrev: 4112ac7bl3Z52JjAN_53q5RxTac5DA
-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 () { |