[Erp5-report] r32393 nicolas.dumazet - /erp5/trunk/buildout/python-2.4/buildout.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Feb 10 06:29:06 CET 2010
Author: nicolas.dumazet
Date: Wed Feb 10 06:29:05 2010
New Revision: 32393
URL: http://svn.erp5.org?rev=32393&view=rev
Log:
force link creation so that successive installs of different versions
overwrite the link
Modified:
erp5/trunk/buildout/python-2.4/buildout.cfg
Modified: erp5/trunk/buildout/python-2.4/buildout.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/python-2.4/buildout.cfg?rev=32393&r1=32392&r2=32393&view=diff
==============================================================================
--- erp5/trunk/buildout/python-2.4/buildout.cfg [utf8] (original)
+++ erp5/trunk/buildout/python-2.4/buildout.cfg [utf8] Wed Feb 10 06:29:05 2010
@@ -22,7 +22,7 @@
[pythonbin]
recipe = plone.recipe.command
-command = ln -s ${python:executable} ${buildout:bin-directory}/python${buildout:python_version}
+command = ln -sf ${python:executable} ${buildout:bin-directory}/python${buildout:python_version}
[requirements]
binary =
More information about the Erp5-report
mailing list