Commit d7965fff authored by Rafael Monnerat's avatar Rafael Monnerat

Define executable to script generated by buildout. This variable is used by instance setups as standard executable because all eggs are available only by this script and not into the binary.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40947 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 77318468
......@@ -65,7 +65,6 @@ parts =
zope-2.8
cmf15
itools
pythonbin2.4
bootstrap2.4
mysql-python
products-deps
......@@ -85,4 +84,8 @@ software_home = ${buildout:software_home}
# Thanks to this it is possible to build mysql-python part in own environment
# with local mysql, but by default buildout mysql will be used.
mysql_software = ${mysql-tritonn-5.0:location}
executable = ${python2.4:executable}
#executable = ${python2.4:executable}
# Define executable to script generated by buildout. This variable is used by
# instance setups as standard executable because all eggs are available only
# by this script and not into the binary.
executable = ${:software_home}/bin/python2.4
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