From e4edacf1184a40fb76d46e67501a35a2fcf117f5 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 3 Oct 2005 09:17:43 +0000 Subject: Rebuild test rpm when running tests. Add cleanup to files. --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index d0dcbec..cbcdee5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -53,4 +53,5 @@ WriteMakefile( LIBS => [ '-lrpm -lrpmio -lrpmdb -lpopt -lz -lbz2' ], INC => '-I/usr/include/rpm', dist => { COMPRESS => "bzip2", SUFFIX => ".bz2" }, + realclean => { FILES => "t/RPMS/noarch/*" }, ); -- cgit v1.2.1