Commit 62b060c2 authored by Łukasz Nowak's avatar Łukasz Nowak

Call with existing python interpreter.

Supports cases when operating system does not provide /usr/bin/python which is
hardcoded in genbt5list.
parent cd44f12b
......@@ -60,7 +60,7 @@ update-command = ${:command}
recipe = plone.recipe.command
stop-on-error = true
command =
${erp5:location}/product/ERP5/bin/genbt5list ${erp5:location}/product/ERP5/bootstrap ${erp5:location}/bt5 ${bt5-bef:location}
${buildout:executable} ${erp5:location}/product/ERP5/bin/genbt5list ${erp5:location}/product/ERP5/bootstrap ${erp5:location}/bt5 ${bt5-bef:location}
update-command = ${:command}
......
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