From: risci_atom Date: Thu, 28 Oct 2010 11:27:19 +0000 (+0000) Subject: forgot to remove } from download.pl X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=0325030e08bd40f8b67d33bd287c26bb32593ac1;p=librewrt%2F.git forgot to remove } from download.pl git-svn-id: http://svn.librewrt.org/librewrt@66 d459f2a8-9e7c-4474-95e1-7f88c49cc8e2 --- diff --git a/bright-ben/scripts/download.pl b/bright-ben/scripts/download.pl index 71899f1..579dfd7 100755 --- a/bright-ben/scripts/download.pl +++ b/bright-ben/scripts/download.pl @@ -136,9 +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 =~ /^\@KERNEL_LIBRE\/(.+)$/) { -# push @mirrors, "http://www.fsfla.org/svnwiki/selibre/linux-libre/$1"; - } elsif ($mirror =~ /^\@GNOME\/(.+)$/) { + elsif ($mirror =~ /^\@GNOME\/(.+)$/) { push @mirrors, "http://ftp.gnome.org/pub/GNOME/sources/$1"; push @mirrors, "http://ftp.unina.it/pub/linux/GNOME/sources/$1"; push @mirrors, "http://fr2.rpmfind.net/linux/gnome.org/sources/$1";