diff options
author | Thierry Vignaud <tv@mageia.org> | 2011-09-14 06:44:44 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2011-09-14 06:44:44 +0000 |
commit | 0f26330add0bf6d3cf912970aea0152302551020 (patch) | |
tree | a0f89dbd3577ce2cc2d622f57ccfe74981effaa2 | |
parent | c4db7355a3e02702637f23e9ce0cd92926ca85f7 (diff) | |
download | urpmi-0f26330add0bf6d3cf912970aea0152302551020.tar urpmi-0f26330add0bf6d3cf912970aea0152302551020.tar.gz urpmi-0f26330add0bf6d3cf912970aea0152302551020.tar.bz2 urpmi-0f26330add0bf6d3cf912970aea0152302551020.tar.xz urpmi-0f26330add0bf6d3cf912970aea0152302551020.zip |
compress sources with xz instead of bzip2
-rwxr-xr-x | Makefile.PL | 2 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 9c2b59d1..0fc943a4 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -165,5 +165,5 @@ WriteMakefile( ( $_ => "\$(INST_MAN${section}DIR)/$targ.$section" ); } <pod/*.pod>, $with_po ? <pod/*/*.pod> : () }, - dist => { COMPRESS => "bzip2", SUFFIX => ".bz2" }, + dist => { COMPRESS => "xz -f", SUFFIX => ".xz" }, ); @@ -1,3 +1,5 @@ +- compress sources with xz instead of bzip2 + Version 6.39 - 21 November 2010 - install zeroconf documentation and example files. |