[Checkins] SVN: Zope3.buildout/trunk/Makefile.in - use the existing bootstrap.py for now

Christian Theune ct at gocept.com
Wed Feb 28 15:11:07 EST 2007


Log message for revision 72916:
   - use the existing bootstrap.py for now
  

Changed:
  U   Zope3.buildout/trunk/Makefile.in

-=-
Modified: Zope3.buildout/trunk/Makefile.in
===================================================================
--- Zope3.buildout/trunk/Makefile.in	2007-02-28 20:10:17 UTC (rev 72915)
+++ Zope3.buildout/trunk/Makefile.in	2007-02-28 20:11:06 UTC (rev 72916)
@@ -15,7 +15,7 @@
 
 build:
 	#$(PYTHON) install.py -q build
-	$(PYTHON) bootstrap.py
+	$(PYTHON) bootstrap/bootstrap.py
 	bin/buildout install test
 
 # The "install" target skips the distutils build step since that's



More information about the Checkins mailing list