Commit f57436ea authored by Nicolas Dumazet's avatar Nicolas Dumazet

force link creation so that successive installs of different versions

overwrite the link


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32393 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fd71daa1
...@@ -22,7 +22,7 @@ executable = ${buildout:directory}/parts/python${buildout:python_version}/bin/py ...@@ -22,7 +22,7 @@ executable = ${buildout:directory}/parts/python${buildout:python_version}/bin/py
[pythonbin] [pythonbin]
recipe = plone.recipe.command 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] [requirements]
binary = binary =
......
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