wifi-firmware: Move from svn to cgit for byteswap.h

This commit is contained in:
Alexander von Gluck IV 2012-02-15 17:25:13 -06:00
parent 3f1eed704a
commit 6e434fd80e
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ function BuildBroadcomFWCutter()
# Download additonal files for building b43-fwcutter.
cd b43-fwcutter-012
local baseURL='http://svn.haiku-os.org/haiku/haiku/trunk/src/system/libroot/posix/glibc'
local baseURL='http://cgit.haiku-os.org/haiku/plain/src/system/libroot/posix/glibc'
DownloadFileIfNotCached ${baseURL}/string/byteswap.h byteswap.h $dir
if [ $result -gt 0 ]; then
return $result