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:
eca355c
)
dbus repair building 1.0.2
author
Michael Lauer
<mickey@vanille-media.de>
Wed, 20 Feb 2008 17:11:27 +0000
(17:11 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Wed, 20 Feb 2008 17:11:27 +0000
(17:11 +0000)
packages/dbus/dbus.inc
patch
|
blob
|
history
diff --git
a/packages/dbus/dbus.inc
b/packages/dbus/dbus.inc
index
ed0a0b3
..
a8fd31d
100644
(file)
--- a/
packages/dbus/dbus.inc
+++ b/
packages/dbus/dbus.inc
@@
-85,5
+85,7
@@
do_install_append() {
install -d ${D}${sysconfdir}/init.d
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:
- install -m 0755 bus/.libs/dbus-daemon-launch-helper ${D}${libexecdir}/
+ if [ -e bus/.libs/dbus-daemon-launch-helper ]; then
+ install -m 0755 bus/.libs/dbus-daemon-launch-helper ${D}${libexecdir}/
+ fi
}