From aee3e00ed9fead78e2ccbd856fae4624f5ad0bf3 Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Sat, 4 Feb 2006 16:45:42 +0000 Subject: Remember to actually grab the SRPM, why don't we --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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}') -- cgit