From 675881d5d1195accdf941cae1091a650176f6fcd Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 27 Feb 2004 10:52:58 +0000 Subject: beurk don't write in /tmp predictable file! --- rpmdrake.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {}); -- cgit v1.2.1