From bc52054224db100441db48e635725d810be139ce Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Fri, 3 Apr 2015 07:56:39 +0200 Subject: [PATCH] bluez: cosmetic fixes Signed-off-by: Nicolas Thill --- utils/bluez/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/bluez/Makefile b/utils/bluez/Makefile index e3c0924c5..201d95500 100644 --- a/utils/bluez/Makefile +++ b/utils/bluez/Makefile @@ -97,7 +97,7 @@ define Build/InstallDev endef define Package/bluez-examples/install - $(INSTALL_DIR) $(1)/usr/bin/bluez/ + $(INSTALL_DIR) $(1)/usr/bin/bluez $(INSTALL_DATA) $(PKG_BUILD_DIR)/test/* $(1)/usr/bin/bluez/ endef @@ -109,8 +109,8 @@ endef define Package/bluez-utils/install $(INSTALL_DIR) $(1)/usr/bin $(CP) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/ - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/bluetooth/bluetoothd $(1)/usr/bin - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/bluetooth/obexd $(1)/usr/bin + $(CP) $(PKG_INSTALL_DIR)/usr/lib/bluetooth/bluetoothd $(1)/usr/bin/ + $(CP) $(PKG_INSTALL_DIR)/usr/lib/bluetooth/obexd $(1)/usr/bin/ $(INSTALL_DIR) $(1)/etc/config $(INSTALL_DATA) ./files/bluetooth.config $(1)/etc/config/bluetooth $(INSTALL_DIR) $(1)/etc/dbus-1/system.d/