summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2011-03-18 12:02:10 +0000
committerColin Guthrie <cguthrie@mandriva.org>2011-03-18 12:02:10 +0000
commit9a27b0c413980cb04179139b6a0b4347b2d83ac5 (patch)
tree7835128afd7f62b53164a2cdc2a9b23da110cedf /src
parente908a4d43e8bc90d91dc9e339b87f81c3917acbc (diff)
build-sys: Fix bluetooth update-sbc now that it's in a subfolder.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index f3ff6844..78ee231f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1947,8 +1947,8 @@ update-ffmpeg:
# We get things twice here, because sometimes gitweb will us just give a "Generating..." otherwise.
update-sbc:
for i in $(BLUETOOTH_SBC_FILES) ; do \
- wget -O /dev/null http://git.kernel.org/\?p=bluetooth/bluez.git\;a=blob_plain\;f=sbc/$$i ; \
- wget -O modules/bluetooth/$$i http://git.kernel.org/\?p=bluetooth/bluez.git\;a=blob_plain\;f=sbc/$$i ; \
+ wget -O /dev/null http://git.kernel.org/\?p=bluetooth/bluez.git\;a=blob_plain\;f=$$i ; \
+ wget -O modules/bluetooth/$$i http://git.kernel.org/\?p=bluetooth/bluez.git\;a=blob_plain\;f=$$i ; \
done
for i in $(BLUETOOTH_IPC_FILES); do \
wget -O /dev/null http://git.kernel.org/\?p=bluetooth/bluez.git\;a=blob_plain\;f=audio/$$i ; \