[Erp5-report] r40987 luke - /erp5/trunk/buildout/software-profiles/erp5-2.12.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Dec 1 16:43:04 CET 2010


Author: luke
Date: Wed Dec  1 16:43:03 2010
New Revision: 40987

URL: http://svn.erp5.org?rev=40987&view=rev
Log:
 - use buildout executable, this is good python in 2.12 flavour

Modified:
    erp5/trunk/buildout/software-profiles/erp5-2.12.cfg

Modified: erp5/trunk/buildout/software-profiles/erp5-2.12.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/erp5-2.12.cfg?rev=40987&r1=40986&r2=40987&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/erp5-2.12.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/erp5-2.12.cfg [utf8] Wed Dec  1 16:43:03 2010
@@ -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}



More information about the Erp5-report mailing list