From 658aa10bf4469cb014c3367d43584653156f23d1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 9 Aug 2002 11:10:43 +0000 Subject: remove previous report.bug.gz (otherwise one get a report.bug *and* the previous report.bug.gz) (report.bug's are not rotated, ddebug.log's and install.log's are) --- perl-install/install_steps.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 8e1771068..1d19588b5 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -991,6 +991,7 @@ sub exitInstall { my ($o) = @_; eval { my $report = '/root/drakx/report.bug'; + unlink $report, "$report.gz"; output "$o->{prefix}$report", install_any::report_bug($o->{prefix}); run_program::rooted($o->{prefix}, 'gzip', $report); }; -- cgit v1.2.1