diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-06-18 13:50:12 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-06-19 16:10:16 +0200 |
commit | 5d870ac66b3840e1ad55b2012c8859bce8790b63 (patch) | |
tree | 3d7151c5420606fba25ab538b29169c850b6daae /package/dbus/Makefile | |
parent | 68fa4f1813a04b7f3774a7e809940e11364484f9 (diff) |
dbus: fix startup
Diffstat (limited to 'package/dbus/Makefile')
-rw-r--r-- | package/dbus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/dbus/Makefile b/package/dbus/Makefile index 34fe766e0..7b17fff5a 100644 --- a/package/dbus/Makefile +++ b/package/dbus/Makefile @@ -52,11 +52,12 @@ libdbus-install: ${CP} ${WRKINST}/usr/lib/libdbus-1.so* ${IDIR_LIBDBUS}/usr/lib dbus-install: - ${INSTALL_DIR} ${IDIR_DBUS}/etc \ + ${INSTALL_DIR} ${IDIR_DBUS}/etc ${IDIR_DBUS}/usr/share \ ${IDIR_DBUS}/usr/bin ${IDIR_DBUS}/usr/libexec ${INSTALL_BIN} ${WRKINST}/usr/libexec/dbus-daemon-launch-helper \ ${IDIR_DBUS}/usr/libexec/ ${CP} ${WRKINST}/etc/dbus-1 ${IDIR_DBUS}/etc + ${CP} ${WRKINST}/usr/share/dbus-1 ${IDIR_DBUS}/usr/share ${INSTALL_BIN} ${WRKINST}/usr/bin/dbus-daemon ${IDIR_DBUS}/usr/bin ${INSTALL_BIN} ${WRKINST}/usr/bin/dbus-launch ${IDIR_DBUS}/usr/bin ${INSTALL_BIN} ${WRKINST}/usr/bin/dbus-uuidgen ${IDIR_DBUS}/usr/bin |