diff options
author | Jeremy Katz <katzj@redhat.com> | 2006-06-07 01:47:55 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2006-06-07 01:47:55 +0000 |
commit | 6771245df1bf33dfb285d2fb5af30956809dbfe3 (patch) | |
tree | 0bc7e9fd0e0f178c708a2b71c2f0fb79213d9260 /Makefile | |
parent | c88430cdc25fe12e2ad6f1557e3a08dc389d9973 (diff) | |
download | anaconda-6771245df1bf33dfb285d2fb5af30956809dbfe3.tar.gz anaconda-6771245df1bf33dfb285d2fb5af30956809dbfe3.tar.xz anaconda-6771245df1bf33dfb285d2fb5af30956809dbfe3.zip |
2006-06-06 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version
* Makefile (build): Switch to brew
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ build: src @mkdir /tmp/anaconda cd /tmp/anaconda ; cvs co common ; cd common ; ./cvs-import.sh $(SRPMDIR)/anaconda-$(VERSION)-$(RELEASE).src.rpm @rm -rf /tmp/anaconda - bhc $(COLLECTION) 'cvs://cvs.devel.redhat.com/cvs/dist?devel/anaconda#$(CVSTAG)' + brew $(COLLECTION) 'cvs://cvs.devel.redhat.com/cvs/dist?devel/anaconda#$(CVSTAG)' create-snapshot: @rm -rf /tmp/anaconda |