aboutsummaryrefslogtreecommitdiffstats
path: root/rpmdrake.pm
diff options
context:
space:
mode:
Diffstat (limited to 'rpmdrake.pm')
-rw-r--r--rpmdrake.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/rpmdrake.pm b/rpmdrake.pm
index ef121029..f6f421d5 100644
--- a/rpmdrake.pm
+++ b/rpmdrake.pm
@@ -607,7 +607,6 @@ sub mirrors {
my $goodness;
each_index { $_ = $u2l{$_} || $_; $_ eq $mirror->{country} and $goodness ||= 100-$::i } (map { if_($tz =~ /^$_$/, @{$t2l{$_}}) } keys %t2l), @$us;
$mirror->{goodness} = $goodness + rand();
- $mirror->{country} = translate($mirror->{country});
}
unless (-x '/usr/bin/rsync') {
@mirrors = grep { $_->{url} !~ /^rsync:/ } @mirrors;