From 665f1d21e65582126e88ae3eb03259a3e10bc95d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Mon, 12 Apr 2010 14:16:05 +0000
Subject: [PATCH]  - develop eggs in local buildout Software home can be on
 read only place for user running instance buildout.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34469 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/profiles/common.cfg | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/buildout/profiles/common.cfg b/buildout/profiles/common.cfg
index 680a92c601..bec0c1ecc9 100644
--- a/buildout/profiles/common.cfg
+++ b/buildout/profiles/common.cfg
@@ -1,9 +1,9 @@
 [buildout]
 develop +=
-  ${software_definition:software_home}/local-eggs/erp5.recipe.standaloneinstance
-  ${software_definition:software_home}/local-eggs/erp5.recipe.bt5checkout
-  ${software_definition:software_home}/local-eggs/erp5.recipe.mysqldatabase
-  ${software_definition:software_home}/local-eggs/erp5.recipe.mysqlserver
+  local-eggs/erp5.recipe.standaloneinstance
+  local-eggs/erp5.recipe.bt5checkout
+  local-eggs/erp5.recipe.mysqldatabase
+  local-eggs/erp5.recipe.mysqlserver
 
 find-links =
     http://download.zope.org/distribution/
-- 
2.30.9