Skip to content

Commit

Permalink
bluez: Changing the "cp" to "install" and it wasn't installing the ma…
Browse files Browse the repository at this point in the history
…in.conf.
  • Loading branch information
Dennis Veatch committed Jul 10, 2012
1 parent ea2349a commit 6256be3
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions bluetooth/bluez/BUILD
Expand Up @@ -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 &&
Expand Down

0 comments on commit 6256be3

Please sign in to comment.