summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2011-09-14 06:44:44 +0000
committerThierry Vignaud <tv@mageia.org>2011-09-14 06:44:44 +0000
commit0f26330add0bf6d3cf912970aea0152302551020 (patch)
treea0f89dbd3577ce2cc2d622f57ccfe74981effaa2 /Makefile.PL
parentc4db7355a3e02702637f23e9ce0cd92926ca85f7 (diff)
downloadurpmi-0f26330add0bf6d3cf912970aea0152302551020.tar
urpmi-0f26330add0bf6d3cf912970aea0152302551020.tar.gz
urpmi-0f26330add0bf6d3cf912970aea0152302551020.tar.bz2
urpmi-0f26330add0bf6d3cf912970aea0152302551020.tar.xz
urpmi-0f26330add0bf6d3cf912970aea0152302551020.zip
compress sources with xz instead of bzip2
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL2
1 files changed, 1 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" },
);