From 8f5b6e53e98c4cd6bf832c7cb22db161fa3a4b9c Mon Sep 17 00:00:00 2001 From: rwhitby Date: Sat, 30 Aug 2008 21:20:52 +0000 Subject: [PATCH] bluez-utils: Fix dbus conf filename. git-svn-id: svn://svn.openwrt.org/openwrt/packages@12441 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/bluez-utils/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/bluez-utils/Makefile b/utils/bluez-utils/Makefile index aff3d8b2c..09e1f67f2 100644 --- a/utils/bluez-utils/Makefile +++ b/utils/bluez-utils/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bluez-utils PKG_VERSION:=3.36 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://bluez.sourceforge.net/download @@ -67,7 +67,7 @@ define Package/bluez-utils/install $(INSTALL_DIR) $(1)/etc/config $(INSTALL_DATA) ./files/bluetooth.conf $(1)/etc/config/bluetooth $(INSTALL_DIR) $(1)/etc/dbus-1/system.d/ - $(INSTALL_DATA) ./files/bluetooth.dbus $(1)/etc/dbus-1/system.d/ + $(INSTALL_DATA) ./files/bluetooth.dbus $(1)/etc/dbus-1/system.d/bluetooth.conf $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/bluez-utils.init $(1)/etc/init.d/bluez-utils endef -- 2.11.0