From 72d2a890727140ae1e000609f0fc93333fe81c95 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 12 Dec 2011 12:22:36 +0000 Subject: (exitInstall) fix distro name in /root/drakx/README (bogus cleaning on importing drakx) --- perl-install/install/steps.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install') diff --git a/perl-install/install/steps.pm b/perl-install/install/steps.pm index f3240122e..968f076f1 100644 --- a/perl-install/install/steps.pm +++ b/perl-install/install/steps.pm @@ -837,13 +837,13 @@ sub exitInstall { output("$::prefix/root/drakx/package_list.pl", install::any::selected_leaves_pl($o)); eval { install::any::getAndSaveAutoInstallFloppies($o, 1) } if arch() !~ /^ppc/; - eval { output "$::prefix/root/drakx/README", "This directory contains several installation-related files, + eval { output "$::prefix/root/drakx/README", sprintf("This directory contains several installation-related files, mostly log files (very useful if you ever report a bug!). Beware that some %s tools rely on the contents of some of these files... so remove any file from here at your own risk! -" }; +", "Mageia") }; #- wait for remaining processes. foreach (@{$o->{waitpids}}) { waitpid $_, 0; -- cgit v1.2.1