From a95fa2ffc18886d93453942e63bba279bb97ec3e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 9 Sep 2011 17:46:25 +0000 Subject: use xz compression --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index eb0a823..183bcca 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -69,6 +69,6 @@ WriteMakefile( VERSION_FROM => 'URPM.pm', LIBS => [ $ldflags ], INC => '-I/usr/include/rpm', - dist => { COMPRESS => "bzip2", SUFFIX => ".bz2" }, + dist => { COMPRESS => "xz", SUFFIX => ".xz" }, realclean => { FILES => "t/RPMS/noarch/*" }, ); -- cgit v1.2.1