summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a6a072a..76bda52 100644
--- a/Makefile
+++ b/Makefile
@@ -73,5 +73,6 @@ rpm: update
#
rpmbuild -ba $(RPMFLAGS) $(DOCSPEC)
mv $(shell ${RPM} --eval '%{_rpmdir}')/noarch/*.rpm .
+ mv $(shell ${RPM} --eval '%{_srcrpmdir}')/*.rpm .
rpmbuild --clean --rmsource $(RPMFLAGS) $(DOCSPEC)
rm -rf $(shell ${RPM} --eval '%{_topdir}')