summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-06-25 20:42:02 +0000
committerJeremy Katz <katzj@redhat.com>2004-06-25 20:42:02 +0000
commit36fe11e3fd3c2a75f51cda71e71a6004290bbda3 (patch)
treee695769a1a3c6f7a51b5a6cc0362f23eb669d245 /Makefile
parent47bf00c12c548aba94b0eac35f5e0b9d249c1792 (diff)
downloadanaconda-36fe11e3fd3c2a75f51cda71e71a6004290bbda3.tar.gz
anaconda-36fe11e3fd3c2a75f51cda71e71a6004290bbda3.tar.xz
anaconda-36fe11e3fd3c2a75f51cda71e71a6004290bbda3.zip
beehive-srpm, take three
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 35cc8cd2b..f3b300ffe 100644
--- a/Makefile
+++ b/Makefile
@@ -92,9 +92,9 @@ tag:
archive: create-archive
+PWDIR=$(shell pwd)
beehive-srpm: create-snapshot
- DIR = $(shell pwd)
- @rpmbuild --define "_sourcedir $(DIR)" --define "_srcrpmdir $(DIR)" --define "_builddir $(BUILDDIR)" --define "_rpmdir $(RPMDIR)" --nodeps -ts anaconda-$(VERSION).tar.bz2
+ @rpmbuild --define "_sourcedir $(PWDIR)" --define "_srcrpmdir $(PWDIR)" --define "_builddir $(PWDIR)" --define "_rpmdir $(PWDIR)" --nodeps -ts anaconda-$(VERSION).tar.bz2
@mv anaconda-$(VERSION)-$(RELEASE).src.rpm src.rpm
src: create-archive