From daa3c36248d6dc1f2d1f529870a29a4fcf77b110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Wallm=C3=A9nius?= Date: Thu, 6 Jan 2011 23:51:15 +0000 Subject: [PATCH] rockboxdev.sh: Hardcode gcc mirror for now as the gnu mirrors have a different dir layout and are missing the infrastructure dir which was the whole reason for the switch. Fix spurious trailing slash git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28981 a1c6a512-1295-4272-9138-f99709370657 --- tools/rockboxdev.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh index 6909cf1eaa..ce3e193e57 100755 --- a/tools/rockboxdev.sh +++ b/tools/rockboxdev.sh @@ -30,7 +30,7 @@ else fi if [ -z $GNU_MIRROR ] ; then - GNU_MIRROR=ftpmirror.gnu.org + GNU_MIRROR=ftp://gcc.gnu.org/pub fi # These are the tools this script requires and depends upon. @@ -107,7 +107,7 @@ build() { binutils) file="binutils-$version.tar.bz2" - url="$GNU_MIRROR/binutils/releases/" + url="$GNU_MIRROR/binutils/releases" ;; *)