X-Git-Url: http://git.ozo.com/?p=librewrt%2F.git;a=blobdiff_plain;f=bright-ben%2Fscripts%2Fdownload.pl;h=6396e20df3400394b9abfe4e8fdc0dbc59f37e9e;hp=579dfd740031d0492dc14fd4adeabe1ebb4a0d6c;hb=8d06a398794809905bf5574e6f02f800a68eb8e0;hpb=0325030e08bd40f8b67d33bd287c26bb32593ac1 diff --git a/bright-ben/scripts/download.pl b/bright-ben/scripts/download.pl index 579dfd7..6396e20 100755 --- a/bright-ben/scripts/download.pl +++ b/bright-ben/scripts/download.pl @@ -136,6 +136,7 @@ foreach my $mirror (@ARGV) { push @mirrors, "ftp://ftp.digex.net/pub/gnu/$1"; } elsif ($mirror =~ /^\@KERNEL\/(.+)$/) { push @mirrors, "http://www.fsfla.org/svnwiki/selibre/linux-libre/$1"; + } elsif ($mirror =~ /^\@GNOME\/(.+)$/) { push @mirrors, "http://ftp.gnome.org/pub/GNOME/sources/$1"; push @mirrors, "http://ftp.unina.it/pub/linux/GNOME/sources/$1";