summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-04-05 10:35:23 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-04-05 10:35:23 +0000
commitab72206afef20f95422a6c901a6ff8ec04e18429 (patch)
tree606485067bf5603bd8734ef3f1ef8db15581c60b /perl-install/install_steps.pm
parent934ae5ea0ccdb31df19a82577dc3877973cb857a (diff)
downloaddrakx-backup-do-not-use-ab72206afef20f95422a6c901a6ff8ec04e18429.tar
drakx-backup-do-not-use-ab72206afef20f95422a6c901a6ff8ec04e18429.tar.gz
drakx-backup-do-not-use-ab72206afef20f95422a6c901a6ff8ec04e18429.tar.bz2
drakx-backup-do-not-use-ab72206afef20f95422a6c901a6ff8ec04e18429.tar.xz
drakx-backup-do-not-use-ab72206afef20f95422a6c901a6ff8ec04e18429.zip
- move report_bug in install_any
- g_auto_install generates the auto_inst.cfg string without output'ing it
Diffstat (limited to 'perl-install/install_steps.pm')
-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 4d2c1544a..e3a3cb625 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -50,7 +50,7 @@ sub leavingStep {
if (-d "$o->{prefix}/root") {
eval { commands::cp('-f', "/tmp/ddebug.log", "$o->{prefix}/root") };
- install_any::g_auto_install();
+ output(install_any::auto_inst_file(), install_any::g_auto_install());
}
for (my $s = $o->{steps}{first}; $s; $s = $o->{steps}{$s}{next}) {