summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: