Commit a5682706 authored by Łukasz Nowak's avatar Łukasz Nowak

- use buildout executable, this is good python in 2.12 flavour


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40987 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5651572d
......@@ -34,8 +34,8 @@ recipe = plone.recipe.command
# execution
command =
cd ${itools-download:destination} &&
${python2.6:executable} setup.py build_ext -L ${glib:location}/lib -I ${glib:location}/include/glib-2.0:${glib:location}/lib/glib-2.0/include -R ${glib:location}/lib &&
${python2.6:executable} setup.py install_lib -d ${itools:lib}
${buildout:executable} setup.py build_ext -L ${glib:location}/lib -I ${glib:location}/include/glib-2.0:${glib:location}/lib/glib-2.0/include -R ${glib:location}/lib &&
${buildout:executable} setup.py install_lib -d ${itools:lib}
update-command = ${:command}
location = ${itools:location}
......
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