[Zope-Checkins] SVN: Zope/trunk/utilities/mkzopeinstance.py Adjust softwarehome to develop egg layout.

Stefan H. Holek stefan at epy.co.at
Thu Feb 12 15:20:18 EST 2009


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



More information about the Zope-Checkins mailing list