diff options
Diffstat (limited to 'package/dbus')
-rw-r--r-- | package/dbus/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/dbus/Makefile b/package/dbus/Makefile index f0f89e666..552a12122 100644 --- a/package/dbus/Makefile +++ b/package/dbus/Makefile @@ -53,6 +53,8 @@ dbus-install: ${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 + ${INSTALL_BIN} ${WRKINST}/usr/bin/dbus-send ${IDIR_DBUS}/usr/bin + ${INSTALL_BIN} ${WRKINST}/usr/bin/dbus-monitor ${IDIR_DBUS}/usr/bin dbus-dev-install: ${INSTALL_DIR} ${IDIR_DBUS_DEV}/usr/include |