From 25a54f906d78de9069ece2af21dca9c0a43fe48e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 14 Jun 2012 18:23:41 +0000 Subject: just overwrite archive when it already exist --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 5d505e7..fd41a21 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 => "xz", SUFFIX => ".xz" }, + dist => { COMPRESS => "xz -f", SUFFIX => ".xz" }, realclean => { FILES => "t/RPMS/noarch/*" }, ); -- cgit v1.2.1