Commit 5d63e64c authored by Łukasz Nowak's avatar Łukasz Nowak

- forgot to remove in 33257


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33258 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8529fae3
......@@ -29,7 +29,6 @@ class Recipe(plone.recipe.zope2instance.Recipe):
options['location'] = standalone_location
options['control-script'] = options.get('control-script',
os.path.join(standalone_location, 'bin', 'zopectl'))
erp5.recipe.createsite.Recipe.__init__(self, buildout, name, options)
self.egg = zc.recipe.egg.Egg(buildout, options['recipe'], options)
options['bin-directory'] = os.path.join(standalone_location, 'bin')
options['scripts'] = '' # suppress script generation.
......
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