[Lunar-commits] <moonbase> bluez: tweak it a bit.

Florin Braescu florin at lunar-linux.org
Mon Apr 6 14:19:16 CEST 2009


commit 71a45f214512b8b67161b475e972d407977ede12
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Mon Apr 6 15:19:16 2009 +0300

    bluez: tweak it a bit.
---
 bluetooth/bluez/BUILD |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/bluetooth/bluez/BUILD b/bluetooth/bluez/BUILD
index c304d93..a90482b 100644
--- a/bluetooth/bluez/BUILD
+++ b/bluetooth/bluez/BUILD
@@ -1,6 +1,5 @@
 (  
 
-
   OPTS+=" --enable-tools    \
           --enable-bccmd    \
           --enable-hid2hci  \
@@ -12,12 +11,15 @@
           --enable-configfiles    \
           --with-telephony=dummy  \
           --enable-gstreamer      \
-          $OPTS"
+          $OPTS"                 &&
 
   default_build  &&
 
   cp audio/*.conf /etc/bluetooth/    &&
   cp network/*.conf /etc/bluetooth/  &&
-  cp input/*.conf /etc/bluetooth
+  cp input/*.conf /etc/bluetooth/    &&
+  if [ -f /etc/udev/bluetooth.rules ]; then
+    mv /etc/udev/bluetooth.rules /lib/udev/rules.d/91.bluetooth.rules
+  fi
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list