summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--RPM4/Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/RPM4/Makefile.PL b/RPM4/Makefile.PL
index a1b2412..48f1908 100644
--- a/RPM4/Makefile.PL
+++ b/RPM4/Makefile.PL
@@ -41,4 +41,5 @@ WriteMakefile(
'File::Temp' => 0,
'MDV::Packdrakeng' => 0,
},
+ dist => { COMPRESS => "xz", SUFFIX => ".xz" },
);