build-sys: Fix bluetooth update-sbc now that it's in a subfolder.
authorColin Guthrie <cguthrie@mandriva.org>
Fri, 18 Mar 2011 12:02:10 +0000 (12:02 +0000)
committerColin Guthrie <cguthrie@mandriva.org>
Fri, 18 Mar 2011 12:02:10 +0000 (12:02 +0000)
src/Makefile.am

index f3ff684..78ee231 100644 (file)
@@ -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 ; \