dbus repair building 1.0.2
authorMichael Lauer <mickey@vanille-media.de>
Wed, 20 Feb 2008 17:11:27 +0000 (17:11 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Wed, 20 Feb 2008 17:11:27 +0000 (17:11 +0000)
packages/dbus/dbus.inc

index ed0a0b3..a8fd31d 100644 (file)
@@ -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
 }