Commit 30361011 authored by Stefan H. Holek's avatar Stefan H. Holek

Adjust softwarehome to develop egg layout.

parent c125637f
...@@ -82,7 +82,7 @@ def main(): ...@@ -82,7 +82,7 @@ def main():
instancehome = skeltarget instancehome = skeltarget
zopehome = os.path.dirname(os.path.dirname(script)) 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') configfile = os.path.join(instancehome, 'etc', 'zope.conf')
if skelsrc is None: if skelsrc is None:
# default to using stock Zope skeleton source # default to using stock Zope skeleton source
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment