aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 {});