From 9dcbba5d758a10b0c9440552006c11ffc9228779 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 4 Sep 2012 18:12:41 +0000 Subject: (exitInstall) compress report with xz instead of gzip --- 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 748db7280..c3cac095e 100644 --- a/perl-install/install/steps.pm +++ b/perl-install/install/steps.pm @@ -838,7 +838,7 @@ sub exitInstall { my $report = '/root/drakx/report.bug'; unlink "$::prefix$report", "$::prefix$report.gz"; output "$::prefix$report", install::any::report_bug(); - run_program::rooted($::prefix, 'gzip', $report); + run_program::rooted($::prefix, 'xz', $report); }; output("$::prefix/root/drakx/package_list.pl", install::any::selected_leaves_pl($o)); -- cgit v1.2.1