I am using buildout. I am using it to install openerp. I would like the scripts that openerp creates to run itself available in ${buildout:location}/bin
I tried zerokspot.recipe.distutils and collective.recipe.distutils
How would I get the scripts built in bin?
After some help and some research, it seems that openerp is hardly a standard distutils package. After some research and some help, I tracked down
http://pypi.python.org/pypi/cns.recipe.symlink/0.1
Which I shall use to link the executables to the buildout. This will suffice.