[Erp5-report] r40031 luke - /erp5/trunk/buildout/software-profiles/boost-lib.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 8 14:11:15 CET 2010


Author: luke
Date: Mon Nov  8 14:11:14 2010
New Revision: 40031

URL: http://svn.erp5.org?rev=40031&view=rev
Log:
 - expose locaiton, simillary to hexagonit.recipe.cmmi

Modified:
    erp5/trunk/buildout/software-profiles/boost-lib.cfg

Modified: erp5/trunk/buildout/software-profiles/boost-lib.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/boost-lib.cfg?rev=40031&r1=40030&r2=40031&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/boost-lib.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/boost-lib.cfg [utf8] Mon Nov  8 14:11:14 2010
@@ -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




More information about the Erp5-report mailing list