Commit fb26848d authored by Jérome Perrin's avatar Jérome Perrin

mistake in previous commit


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17440 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ac948036
......@@ -119,7 +119,7 @@ elif os.path.isdir('/usr/lib64/zope/lib/python'):
zope_home = '/usr/lib64/zope'
elif os.path.isdir('/usr/lib/erp5/lib/python'):
software_home = '/usr/lib/erp5/lib/python'
zope_home = '/usr/lib/zope'
zope_home = '/usr/lib/erp5'
else:
software_home = '/usr/lib/zope/lib/python'
zope_home = '/usr/lib/zope'
......
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