From: Nicolas Thill Date: Wed, 14 Dec 2011 10:16:25 +0000 (+0000) Subject: packages/bluez-utils: fix config files install (thanks to Maxim Osipov, closes: ... X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=e8d30493c99198aa5d52c489e323d4d04d786f6c;p=openwrt%2Fsvn-archive%2Farchive.git packages/bluez-utils: fix config files install (thanks to Maxim Osipov, closes: #10609) SVN-Revision: 29523 --- diff --git a/utils/bluez-utils/Makefile b/utils/bluez-utils/Makefile index c0a0f6ea70..7da3438cc0 100644 --- a/utils/bluez-utils/Makefile +++ b/utils/bluez-utils/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bluez-utils PKG_VERSION:=3.36 -PKG_RELEASE:=9 +PKG_RELEASE:=10 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://bluez.sourceforge.net/download @@ -62,8 +62,8 @@ define Package/bluez-utils/install $(INSTALL_DIR) $(1)/usr/sbin $(CP) $(PKG_INSTALL_DIR)/usr/sbin/* $(1)/usr/sbin/ $(INSTALL_DIR) $(1)/etc/bluetooth - $(CP) $(PKG_INSTALL_DIR)/etc/bluetooth/hcid/hcid.conf $(1)/etc/bluetooth/ - $(CP) $(PKG_INSTALL_DIR)/etc/bluetooth/rfcomm/rfcomm.conf $(1)/etc/bluetooth/ + $(CP) $(PKG_INSTALL_DIR)/etc/bluetooth/hcid.conf $(1)/etc/bluetooth/ + $(CP) $(PKG_INSTALL_DIR)/etc/bluetooth/rfcomm.conf $(1)/etc/bluetooth/ $(INSTALL_DIR) $(1)/etc/config $(INSTALL_DATA) ./files/bluetooth.config $(1)/etc/config/bluetooth $(INSTALL_DIR) $(1)/etc/dbus-1/system.d/