summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 48b140b..a6a072a 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ rpm: update
#
# Do the build...
#
- rpmbuild -bb $(RPMFLAGS) $(DOCSPEC)
+ rpmbuild -ba $(RPMFLAGS) $(DOCSPEC)
mv $(shell ${RPM} --eval '%{_rpmdir}')/noarch/*.rpm .
rpmbuild --clean --rmsource $(RPMFLAGS) $(DOCSPEC)
rm -rf $(shell ${RPM} --eval '%{_topdir}')