[package] libpcap: explicitely disable libnl support to prevent different build resul...
[openwrt.git] / scripts / download.pl
index d79950f..042b1cc 100755 (executable)
@@ -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";
This page took 0.02913 seconds and 4 git commands to generate.