Log message for revision 96483:
  Adjust softwarehome to develop egg layout.

Changed:
  U   Zope/trunk/utilities/mkzopeinstance.py

-=-
Modified: Zope/trunk/utilities/mkzopeinstance.py
===================================================================
--- Zope/trunk/utilities/mkzopeinstance.py      2009-02-12 19:49:59 UTC (rev 
96482)
+++ Zope/trunk/utilities/mkzopeinstance.py      2009-02-12 20:20:18 UTC (rev 
96483)
@@ -82,7 +82,7 @@
 
     instancehome = skeltarget
     zopehome = os.path.dirname(os.path.dirname(script))
-    softwarehome = os.path.join(zopehome, "lib", "python")
+    softwarehome = os.path.join(zopehome, "src")
     configfile = os.path.join(instancehome, 'etc', 'zope.conf')
     if skelsrc is None:
         # default to using stock Zope skeleton source

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to