aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2004-02-27 10:52:58 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2004-02-27 10:52:58 +0000
commit675881d5d1195accdf941cae1091a650176f6fcd (patch)
tree1cedeb2e9b78d35148a5f84f0489c92c2880c331
parent3bd0e83a993d335c207dad9453e3012e87437b8d (diff)
downloadrpmdrake-675881d5d1195accdf941cae1091a650176f6fcd.tar
rpmdrake-675881d5d1195accdf941cae1091a650176f6fcd.tar.gz
rpmdrake-675881d5d1195accdf941cae1091a650176f6fcd.tar.bz2
rpmdrake-675881d5d1195accdf941cae1091a650176f6fcd.tar.xz
rpmdrake-675881d5d1195accdf941cae1091a650176f6fcd.zip
beurk don't write in /tmp predictable file!
-rw-r--r--rpmdrake.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdrake.pm b/rpmdrake.pm
index 2524a53e..17eb790a 100644
--- a/rpmdrake.pm
+++ b/rpmdrake.pm
@@ -279,7 +279,7 @@ my %sites2countries = ('proxad.net' => 'fr',
sub mirrors {
my ($cachedir, $class) = @_;
- $cachedir = '/tmp';
+ $cachedir = '/root';
my $mirrorslist = "$cachedir/mirrorsfull.list";
unlink $mirrorslist;
my $res = curl_download::download('http://www.linux-mandrake.com/mirrorsfull.list', $cachedir, sub {});