From 36f2c9da5f05cb628f987be92178c6e96254993a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=98yvind=20Karlsen?= Date: Sun, 3 Oct 2010 03:25:38 +0000 Subject: compress tarball with xz rather than bzip2 --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 7c44699..05c982e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -64,6 +64,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