From 6fa82a4c60f830d59b8f585051464ec575c0f3d8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Mon, 8 Nov 2010 13:11:14 +0000
Subject: [PATCH]  - expose locaiton, simillary to hexagonit.recipe.cmmi

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40031 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/software-profiles/boost-lib.cfg | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/buildout/software-profiles/boost-lib.cfg b/buildout/software-profiles/boost-lib.cfg
index b9c11365f8..40ab6ed1bc 100644
--- a/buildout/software-profiles/boost-lib.cfg
+++ b/buildout/software-profiles/boost-lib.cfg
@@ -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
-- 
2.30.9