[Lunar-commits] <moonbase> bluez: A slight alteration here,

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Sun Apr 5 22:26:15 CEST 2009


commit d2ca1455340d7d28fdb00b93491951bbf40de005
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Sun Apr 5 16:26:15 2009 -0400

    bluez: A slight alteration here,
    
    the bluetooth rules need to be with the rest of them.
---
 bluetooth/bluez/BUILD |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/bluetooth/bluez/BUILD b/bluetooth/bluez/BUILD
index 2b536f2..0ed4808 100644
--- a/bluetooth/bluez/BUILD
+++ b/bluetooth/bluez/BUILD
@@ -16,8 +16,9 @@
 
   default_build &&
 
-  cp audio/*.conf  /etc/bluetooth/ &&
+  cp audio/*.conf  /etc/bluetooth/  &&
   cp network/*.conf /etc/bluetooth/ &&
-  cp input/*.conf /etc/bluetooth
-    
+  cp input/*.conf /etc/bluetooth    &&
+  mv /etc/udev/bluetooth.rules /lib/udev/rules.d/91.bluetooth.rules
+
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list