projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8700a2e
)
prdownloads.sf.net -> prdownloads.sourceforge.net
author
Mike Baker
<mbm@openwrt.org>
Sun, 17 Jul 2005 05:39:19 +0000
(
05:39
+0000)
committer
Mike Baker
<mbm@openwrt.org>
Sun, 17 Jul 2005 05:39:19 +0000
(
05:39
+0000)
SVN-Revision: 1478
openwrt/scripts/download.pl
patch
|
blob
|
history
diff --git
a/openwrt/scripts/download.pl
b/openwrt/scripts/download.pl
index 08caa03e78135ff209161f07d2c85bd429150091..a59ffe6ba6c285008fe715752da5ec5eda2def99 100755
(executable)
--- a/
openwrt/scripts/download.pl
+++ b/
openwrt/scripts/download.pl
@@
-57,7
+57,7
@@
sub cleanup
foreach my $mirror (@ARGV) {
if ($mirror =~ /^\@SF\/(.+)$/) {
my $sfpath = $1;
- open SF, "wget -t1 -q -O- 'http://prdownloads.s
f
.net/$sfpath/$filename' |";
+ open SF, "wget -t1 -q -O- 'http://prdownloads.s
ourceforge
.net/$sfpath/$filename' |";
while (<SF>) {
/RADIO NAME=use_default VALUE=(\w+) OnClick="form\.submit\(\)">/ and do {
push @mirrors, "http://$1.dl.sourceforge.net/sourceforge/$sfpath";