diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-06-25 20:42:02 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-06-25 20:42:02 +0000 |
commit | 36fe11e3fd3c2a75f51cda71e71a6004290bbda3 (patch) | |
tree | e695769a1a3c6f7a51b5a6cc0362f23eb669d245 /Makefile | |
parent | 47bf00c12c548aba94b0eac35f5e0b9d249c1792 (diff) | |
download | anaconda-36fe11e3fd3c2a75f51cda71e71a6004290bbda3.tar.gz anaconda-36fe11e3fd3c2a75f51cda71e71a6004290bbda3.tar.xz anaconda-36fe11e3fd3c2a75f51cda71e71a6004290bbda3.zip |
beehive-srpm, take three
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |