summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-06-25 20:44:06 +0000
committerJeremy Katz <katzj@redhat.com>2004-06-25 20:44:06 +0000
commit707cd6a83757194a3ea7a2f7c8c690d34d3658dd (patch)
tree6d59531f5efa7eef2ddf1d7aad95094faeb104e7 /Makefile
parent36fe11e3fd3c2a75f51cda71e71a6004290bbda3 (diff)
downloadanaconda-707cd6a83757194a3ea7a2f7c8c690d34d3658dd.tar.gz
anaconda-707cd6a83757194a3ea7a2f7c8c690d34d3658dd.tar.xz
anaconda-707cd6a83757194a3ea7a2f7c8c690d34d3658dd.zip
beehive-srpm, take four (specdir)
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