diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-06-25 20:52:54 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-06-25 20:52:54 +0000 |
commit | acd218d155cfec5bd5e1422ac46c00627e85092a (patch) | |
tree | 9fe7667f8e75e1552580cfaebb30c66f3cd9a2d7 /Makefile | |
parent | 707cd6a83757194a3ea7a2f7c8c690d34d3658dd (diff) | |
download | anaconda-acd218d155cfec5bd5e1422ac46c00627e85092a.tar.gz anaconda-acd218d155cfec5bd5e1422ac46c00627e85092a.tar.xz anaconda-acd218d155cfec5bd5e1422ac46c00627e85092a.zip |
beehive-srpm, take five
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,7 @@ archive: create-archive PWDIR=$(shell pwd) beehive-srpm: create-snapshot @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 + @mv anaconda-$(VERSION)-$(SNAPRELEASE).src.rpm src.rpm src: create-archive @rpmbuild -ts --nodeps anaconda-$(VERSION).tar.bz2 |