From 2af8e1cbdebf3fc65e5400737738f2dda4c86051 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 14 Feb 2002 18:27:08 +0000 Subject: gzip report.bug --- perl-install/install_steps.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 7d1929731..cb361ca84 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -961,7 +961,11 @@ sub miscellaneousAfter { #------------------------------------------------------------------------------ sub exitInstall { my ($o) = @_; - eval { output "$o->{prefix}/root/drakx/report.bug", install_any::report_bug($o->{prefix}) }; + eval { + my $report = '/root/drakx/report.bug'; + output "$o->{prefix}$report", install_any::report_bug($o->{prefix}); + run_program::rooted($o->{prefix}, 'gzip', $report); + }; install_any::getAndSaveAutoInstallFloppy($o, 1, "$o->{prefix}/root/drakx/replay_install.img" ); eval { output "$o->{prefix}/root/drakx/README", "This directory contains several installation-related files, mostly log files (very useful if you ever report a bug!). -- cgit v1.2.1