aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 17f15c9..22eedc5 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -65,6 +65,6 @@ WriteMakefile(
VERSION_FROM => 'URPM.pm',
dynamic_lib => { OTHERLDFLAGS => $ldflags },
INC => $includes,
- dist => { COMPRESS => "xz", SUFFIX => ".xz" },
+ dist => { COMPRESS => "xz -f", SUFFIX => ".xz" },
realclean => { FILES => "t/RPMS/noarch/*" },
);