Commit 97546fc1 authored by Łukasz Nowak's avatar Łukasz Nowak

Follow convention: Use _ instead of - to separate parts of wrapper name.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45778 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4660badd
......@@ -533,7 +533,7 @@ class Recipe(BaseSlapRecipe):
zeo_conf_path = self.createConfigurationFile('zeo-%s.conf' % zeo_number,
self.substituteTemplate(self.getTemplateFilename('zeo.conf.in'), config))
self.path_list.append(zeo_conf_path)
wrapper = zc.buildout.easy_install.scripts([('zeo-%s' % zeo_number,
wrapper = zc.buildout.easy_install.scripts([('zeo_%s' % zeo_number,
__name__ + '.execute', 'execute')], self.ws, sys.executable,
self.wrapper_directory, arguments=[
self.options['runzeo_binary'].strip(), '-C', zeo_conf_path]
......
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