X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=scripts%2Fdownload.pl;h=042b1cce7d79371fc6f8f30f7fe908e0464e626c;hb=ba66a4b9614b5c4e84cc266beb5fdfed0d1783a5;hp=d79950f9b2ce3ee9031fe95cc660b7b6d81a0d5b;hpb=dde0871987c4129a6e709f47e350da5c3eb74a9c;p=openwrt.git diff --git a/scripts/download.pl b/scripts/download.pl index d79950f9b2..042b1cce7d 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -123,7 +123,7 @@ foreach my $mirror (@ARGV) { if ($mirror =~ /^\@SF\/(.+)$/) { # give sourceforge a few more tries, because it redirects to different mirrors for (1 .. 5) { - push @mirrors, "http://downloads.sourceforge.net/project/$1"; + push @mirrors, "http://downloads.sourceforge.net/$1"; } } elsif ($mirror =~ /^\@GNU\/(.+)$/) { push @mirrors, "ftp://ftp.gnu.org/gnu/$1";