[Lunar-commits] <moonbase-other> bluez: Changing the "cp" to "install" and it wasn't installing the main.conf.
Dennis Veatch
stumbles at lunar-linux.org
Tue Jul 10 14:43:48 CEST 2012
commit 6256be3a492fa9fdd1eef05334421857cf43af40
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Tue, 10 Jul 2012 05:43:48 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/6256be3a492fa9fdd1eef05334421857cf43af40
bluez: Changing the "cp" to "install" and it wasn't installing the main.conf.
---
bluetooth/bluez/BUILD +8/-7
1 files changed, 8 insertions (+), 7 deletions (-)
--- a/bluetooth/bluez/BUILD
+++ b/bluetooth/bluez/BUILD
@@ -4,15 +4,16 @@
default_build &&
- 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 serial/serial.conf /etc/bluetooth/ &&
- cp -f tools/rfcomm.conf /etc/bluetooth/ &&
+ mkdir -p /etc/bluetooth &&
+ install src/main.conf /etc/bluetooth/ &&
+ install audio/audio.conf /etc/bluetooth/ &&
+ install network/*.conf /etc/bluetooth/ &&
+ install input/*.conf /etc/bluetooth/ &&
+ install serial/serial.conf /etc/bluetooth/ &&
+ install tools/rfcomm.conf /etc/bluetooth/ &&
mkdir -p /etc/alsa &&
- cp -f audio/bluetooth.conf /etc/alsa &&
+ install audio/bluetooth.conf /etc/alsa &&
echo -e "@hooks [\n\t{\n\t\tfunc load\n\t\tfiles [\n\t\t\t"/etc/alsa/bluetooth.conf"\n\t\t]\n\
\t\terrors false\n\t}\n]" > $SOURCE_DIRECTORY/asound.conf &&
More information about the Lunar-commits
mailing list