[Lunar-commits] <moonbase> bluez: fix the BUILD file.

Florin Braescu florin at lunar-linux.org
Sun Apr 5 23:39:44 CEST 2009


commit a2c3912e5c8080ef399b12c65e8334bb06628ae6
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Mon Apr 6 00:39:44 2009 +0300

    bluez: fix the BUILD file.
---
 bluetooth/bluez/BUILD |   31 +++++++++++++++----------------
 1 files changed, 15 insertions(+), 16 deletions(-)

diff --git a/bluetooth/bluez/BUILD b/bluetooth/bluez/BUILD
index 0ed4808..c304d93 100644
--- a/bluetooth/bluez/BUILD
+++ b/bluetooth/bluez/BUILD
@@ -1,24 +1,23 @@
 (  
 
 
-  OPTS+=" --enable-tools   \
-          --enable-bccmd   \
-          --enable-hid2hci \
-          --enable-dfutool \
-          --enable-hidd    \
-          --enable-pand    \
-          --enable-dund    \
-          --enable-manpages\
-          --enable-configfiles   \
-          --with-telephony=dummy \
-          --enable-gstreamer     \
+  OPTS+=" --enable-tools    \
+          --enable-bccmd    \
+          --enable-hid2hci  \
+          --enable-dfutool  \
+          --enable-hidd     \
+          --enable-pand     \
+          --enable-dund     \
+          --enable-manpages       \
+          --enable-configfiles    \
+          --with-telephony=dummy  \
+          --enable-gstreamer      \
           $OPTS"
 
-  default_build &&
+  default_build  &&
 
-  cp audio/*.conf  /etc/bluetooth/  &&
-  cp network/*.conf /etc/bluetooth/ &&
-  cp input/*.conf /etc/bluetooth    &&
-  mv /etc/udev/bluetooth.rules /lib/udev/rules.d/91.bluetooth.rules
+  cp audio/*.conf /etc/bluetooth/    &&
+  cp network/*.conf /etc/bluetooth/  &&
+  cp input/*.conf /etc/bluetooth
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list