build-sys: Fix bluetooth update-sbc now that it's in a subfolder.

This commit is contained in:
Colin Guthrie 2011-03-18 12:02:10 +00:00
parent e908a4d43e
commit 9a27b0c413

View file

@ -1947,8 +1947,8 @@ update-ffmpeg:
# We get things twice here, because sometimes gitweb will us just give a "Generating..." otherwise. # We get things twice here, because sometimes gitweb will us just give a "Generating..." otherwise.
update-sbc: update-sbc:
for i in $(BLUETOOTH_SBC_FILES) ; do \ 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 /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=sbc/$$i ; \ wget -O modules/bluetooth/$$i http://git.kernel.org/\?p=bluetooth/bluez.git\;a=blob_plain\;f=$$i ; \
done done
for i in $(BLUETOOTH_IPC_FILES); do \ 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 ; \ wget -O /dev/null http://git.kernel.org/\?p=bluetooth/bluez.git\;a=blob_plain\;f=audio/$$i ; \