summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2011-09-14 10:27:34 +0000
committerThierry Vignaud <tv@mageia.org>2011-09-14 10:27:34 +0000
commit0efba878a88fa9fb96480db911d0721e14c7cae1 (patch)
tree2a4eae6683ee93d29325d30e6e0953f7aae96ef6
parent2c9f55944d6070e5da0abcde731bd349c50b60a5 (diff)
downloadperl-MDK-Common-0efba878a88fa9fb96480db911d0721e14c7cae1.tar
perl-MDK-Common-0efba878a88fa9fb96480db911d0721e14c7cae1.tar.gz
perl-MDK-Common-0efba878a88fa9fb96480db911d0721e14c7cae1.tar.bz2
perl-MDK-Common-0efba878a88fa9fb96480db911d0721e14c7cae1.tar.xz
perl-MDK-Common-0efba878a88fa9fb96480db911d0721e14c7cae1.zip
compress sources with xz instead of bzip2
-rwxr-xr-xMakefile.PL2
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" },
);