aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-08-20 15:38:51 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-08-20 15:38:51 +0000
commit9e317ac6906b109e521fe94c83b17ab999ceb3f4 (patch)
tree102e28bd240a656efe11c45b63672554174c33f2
parent8ee93110d2893c09b17a57d3349626e45599e01d (diff)
downloadrpmdrake-9e317ac6906b109e521fe94c83b17ab999ceb3f4.tar
rpmdrake-9e317ac6906b109e521fe94c83b17ab999ceb3f4.tar.gz
rpmdrake-9e317ac6906b109e521fe94c83b17ab999ceb3f4.tar.bz2
rpmdrake-9e317ac6906b109e521fe94c83b17ab999ceb3f4.tar.xz
rpmdrake-9e317ac6906b109e521fe94c83b17ab999ceb3f4.zip
reflect changes in timezone::read
-rw-r--r--rpmdrake.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdrake.pm b/rpmdrake.pm
index bcf61de9..b720afb9 100644
--- a/rpmdrake.pm
+++ b/rpmdrake.pm
@@ -200,7 +200,7 @@ sub mirrors {
my $res = curl_download::download('http://www.linux-mandrake.com/mirrorsfull.list', $cachedir, $proxy, sub {});
$res and die $res;
require timezone;
- my $tz = ${{timezone::read()}}{timezone};
+ my $tz = ${timezone::read()}{timezone};
my @mirrors = map { my ($land, $goodness);
my ($arch, $url) = m|\Q$class\E([^:]*):(.+)|;
$url =~ m|\.\Q$_\E/| and $land = $_ foreach keys %u2l;