summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2006-02-04 16:37:37 +0000
committerPaul W. Frields <stickster@gmail.com>2006-02-04 16:37:37 +0000
commit6cef49ef0068e711306079bb8adedef9fc9552dc (patch)
tree787d2e9c3a4e5c337d8886d864458ba9eceb1e46
parent5d43f8a28d977896f4d93a3ce18f5d4823c76f6e (diff)
downloadfedora-doc-utils-6cef49ef0068e711306079bb8adedef9fc9552dc.tar.gz
fedora-doc-utils-6cef49ef0068e711306079bb8adedef9fc9552dc.tar.xz
fedora-doc-utils-6cef49ef0068e711306079bb8adedef9fc9552dc.zip
Make .src.rpm as well
-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}')