summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index f4ada12ad..0ecf0817e 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -53,7 +53,7 @@ sub leavingStep {
if (-d "$o->{prefix}/root/drakx") {
eval { cp_af("/tmp/ddebug.log", "$o->{prefix}/root/drakx") };
- output(install_any::auto_inst_file(), install_any::g_auto_install());
+ output(install_any::auto_inst_file(), install_any::g_auto_install(1));
}
for (my $s = $o->{steps}{first}; $s; $s = $o->{steps}{$s}{next}) {