From fbaf153548dd3def4857dda99647eaad632800c4 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 2 Mar 2005 09:57:07 +0000 Subject: screenshot_dir__and_move(): use /tmp which is ramdisk instead of /tmp/stage2 which is now always read-only --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 32d3958a5..bac605449 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -1607,7 +1607,7 @@ sub X_options_from_o { } sub screenshot_dir__and_move() { - my ($dir1, $dir2) = ("$::prefix/root", '/tmp/stage2'); + my ($dir1, $dir2) = ("$::prefix/root", '/tmp'); if (-e $dir1) { if (-e "$dir2/DrakX-screenshots") { cp_af("$dir2/DrakX-screenshots", $dir1); -- cgit v1.2.1