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 f3b300ffe..5c8f09fed 100644
--- a/Makefile
+++ b/Makefile
@@ -94,7 +94,7 @@ archive: create-archive
PWDIR=$(shell pwd)
beehive-srpm: create-snapshot
- @rpmbuild --define "_sourcedir $(PWDIR)" --define "_srcrpmdir $(PWDIR)" --define "_builddir $(PWDIR)" --define "_rpmdir $(PWDIR)" --nodeps -ts anaconda-$(VERSION).tar.bz2
+ @rpmbuild --define "_sourcedir $(PWDIR)" --define "_srcrpmdir $(PWDIR)" --define "_builddir $(PWDIR)" --define "_rpmdir $(PWDIR)" --define "_specdir $(PWDIR)" --nodeps -ts anaconda-$(VERSION).tar.bz2
@mv anaconda-$(VERSION)-$(RELEASE).src.rpm src.rpm
src: create-archive