summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-06-25 20:52:54 +0000
committerJeremy Katz <katzj@redhat.com>2004-06-25 20:52:54 +0000
commitacd218d155cfec5bd5e1422ac46c00627e85092a (patch)
tree9fe7667f8e75e1552580cfaebb30c66f3cd9a2d7 /Makefile
parent707cd6a83757194a3ea7a2f7c8c690d34d3658dd (diff)
downloadanaconda-acd218d155cfec5bd5e1422ac46c00627e85092a.tar.gz
anaconda-acd218d155cfec5bd5e1422ac46c00627e85092a.tar.xz
anaconda-acd218d155cfec5bd5e1422ac46c00627e85092a.zip
beehive-srpm, take five
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5c8f09fed..23b4ff0ef 100644
--- a/Makefile
+++ b/Makefile
@@ -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