git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2455668
)
dbus.inc: Make sure target directory exists before installing files to it.
author
Florian Boor
<florian.boor@kernelconcepts.de>
Thu, 24 Sep 2009 10:27:16 +0000
(12:27 +0200)
committer
Florian Boor
<florian.boor@kernelconcepts.de>
Thu, 24 Sep 2009 10:28:19 +0000
(12:28 +0200)
recipes/dbus/dbus.inc
patch
|
blob
|
history
diff --git
a/recipes/dbus/dbus.inc
b/recipes/dbus/dbus.inc
index
b5eeb08
..
202aec4
100644
(file)
--- 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
}