diff options
-rwxr-xr-x | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 95362f4..33b25a9 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,5 +9,5 @@ WriteMakefile( VERSION_FROM => 'lib/MDK/Common.pm', ABSTRACT_FROM => 'lib/MDK/Common.pm', AUTHOR => 'Pixel <pixel@mandriva.com>', - dist => { COMPRESS => "bzip2 -f" }, + dist => { COMPRESS => "xz -f" }, ); |