From c2dbf3d465da98b7d9eadb78a682798051666762 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 5 Apr 2001 14:11:48 +0000 Subject: (exitInstall): oups, report_bug is no more in commands:: --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index c69c91a07..3267adedb 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -822,7 +822,7 @@ sub miscellaneous { #------------------------------------------------------------------------------ sub exitInstall { my ($o) = @_; - eval { output "$o->{prefix}/root/report.bug", commands::report_bug($o->{prefix}) }; + eval { output "$o->{prefix}/root/report.bug", install_any::report_bug($o->{prefix}) }; install_any::unlockCdrom; install_any::log_sizes($o); } -- cgit v1.2.1