[Zope-Checkins] CVS: Zope - setup.py:1.24

Richard Jones rjones@ekit-inc.com
Thu, 3 Apr 2003 02:11:33 -0500


Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv10780

Modified Files:
	setup.py 
Log Message:
Make ZEO instances that actually work:
 - the scripts won't be in the user's $PATH, so override that lookup 
   in from mkzeoinst.py in the mkzeoinstance script
 - the scripts won't be executable, so prepend commands with $python


=== Zope/setup.py 1.23 => 1.24 ===
--- Zope/setup.py:1.23	Wed Mar 26 17:03:58 2003
+++ Zope/setup.py	Thu Apr  3 02:11:02 2003
@@ -1061,3 +1061,4 @@
              "bin/mkzeoinstance", "bin/mkzopeinstance"],
     distclass=ZopeDistribution,
     )
+