Commit 6fa82a4c authored by Łukasz Nowak's avatar Łukasz Nowak

- expose locaiton, simillary to hexagonit.recipe.cmmi


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40031 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ccbe2120
......@@ -12,10 +12,11 @@ strip-top-level-dir = true
recipe = plone.recipe.command
source = ${boost-lib-download:location}
destination = ${buildout:parts-directory}/${:_buildout_section_name_}
location = ${buildout:parts-directory}/${:_buildout_section_name_}
stop-on-error = true
command =
rm -fr ${:destination}
mkdir -p ${:destination}
cd ${:source}
./bootstrap.sh --prefix=${buildout:parts-directory}/${:_buildout_section_name_}
./bootstrap.sh --prefix=${:location}
./bjam install
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