diff options
author | Björn Stenberg <bjorn@haxx.se> | 2011-09-26 06:48:53 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2011-09-26 06:48:53 +0000 |
commit | 291c6be8e48fa956f9b87d5f9e34bf33faa1f479 (patch) | |
tree | 8d97911fbebaf6d521dc34569be38c0c07af250b | |
parent | 586288cba158163d19efcf843ad7cdf43b06dda2 (diff) | |
download | rockbox-291c6be8e48fa956f9b87d5f9e34bf33faa1f479.tar.gz rockbox-291c6be8e48fa956f9b87d5f9e34bf33faa1f479.zip |
Use another GNU mirror while kernel.org is down.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30605 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-x | tools/rockboxdev.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh index afa0296ca7..6bb7d59f10 100755 --- a/tools/rockboxdev.sh +++ b/tools/rockboxdev.sh | |||
@@ -30,7 +30,7 @@ else | |||
30 | fi | 30 | fi |
31 | 31 | ||
32 | if [ -z $GNU_MIRROR ] ; then | 32 | if [ -z $GNU_MIRROR ] ; then |
33 | GNU_MIRROR=http://mirrors.kernel.org/gnu | 33 | GNU_MIRROR=http://ftp.sunet.se/pub/gnu |
34 | fi | 34 | fi |
35 | 35 | ||
36 | # These are the tools this script requires and depends upon. | 36 | # These are the tools this script requires and depends upon. |