From 0f26330add0bf6d3cf912970aea0152302551020 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 14 Sep 2011 06:44:44 +0000 Subject: compress sources with xz instead of bzip2 --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.PL') 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" ); } , $with_po ? : () }, - dist => { COMPRESS => "bzip2", SUFFIX => ".bz2" }, + dist => { COMPRESS => "xz -f", SUFFIX => ".xz" }, ); -- cgit v1.2.1