summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-09-04 18:12:41 +0000
committerThierry Vignaud <tv@mageia.org>2012-09-04 18:12:41 +0000
commit9dcbba5d758a10b0c9440552006c11ffc9228779 (patch)
treeffc900d9b8876c43ec2a363199416b852c26d54f /perl-install/install/steps.pm
parentb2a8e73b071cb240dbc83e943f2e0a892b4a2e50 (diff)
downloaddrakx-backup-do-not-use-9dcbba5d758a10b0c9440552006c11ffc9228779.tar
drakx-backup-do-not-use-9dcbba5d758a10b0c9440552006c11ffc9228779.tar.gz
drakx-backup-do-not-use-9dcbba5d758a10b0c9440552006c11ffc9228779.tar.bz2
drakx-backup-do-not-use-9dcbba5d758a10b0c9440552006c11ffc9228779.tar.xz
drakx-backup-do-not-use-9dcbba5d758a10b0c9440552006c11ffc9228779.zip
(exitInstall) compress report with xz instead of gzip
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 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));