From ee1c0b73f93ff04068016b352ac36036c1c837d0 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 30 Aug 2004 07:16:03 +0000 Subject: Cleanup when building rpm --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2677d7e3..9eaa2fdf 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ tar: clean rpm: tar cp -f ../$(TAR) $(RPM)/SOURCES cp -f $(NAME).spec $(RPM)/SPECS/ - -rpm -ba $(NAME).spec + -rpm -ba --clean $(NAME).spec rm -f ../$(TAR) po: -- cgit v1.2.1