[Lunar-commits] <moonbase> bluez: fix the install.
Florin Braescu
florin at lunar-linux.org
Tue Aug 25 13:12:30 CEST 2009
commit 895d51f08c40e902b1d67625261b7b4fe0dfa102
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Aug 25 14:12:30 2009 +0300
bluez: fix the install.
---
bluetooth/bluez/BUILD | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/bluetooth/bluez/BUILD b/bluetooth/bluez/BUILD
index 00b8fb2..25020e7 100644
--- a/bluetooth/bluez/BUILD
+++ b/bluetooth/bluez/BUILD
@@ -1,6 +1,6 @@
(
- patch_it $SOURCE_CACHE/$SOURCE2 0 &&
+ patch_it $SOURCE_CACHE/$SOURCE2 0 &&
OPTS+=" --build=$BUILD \
--host=$BUILD \
@@ -16,10 +16,11 @@
sedit "s:#MPEG:MPEG:" audio/audio.conf
sedit "s:#AutoConnect:AutoConnect:" audio/audio.conf
- cp -f audio/audio.conf /etc/bluetooth/ &&
- cp -f network/*.conf /etc/bluetooth/ &&
- cp -f input/*.conf /etc/bluetooth/ &&
- cp -f audio/bluetooth.conf /etc/asound.conf &&
+ mkdir -p /etc/bluetooth
+ cp -f audio/audio.conf /etc/bluetooth/ &&
+ cp -f network/*.conf /etc/bluetooth/ &&
+ cp -f input/*.conf /etc/bluetooth/ &&
+ cp -f audio/bluetooth.conf /etc/asound.conf &&
cp -f serial/serial.conf /etc/bluetooth/
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list