From cc4687fd6198bb36707d0e74f839826afcd1b220 Mon Sep 17 00:00:00 2001
From: Mohamadou Mbengue <mmbengue@gmail.com>
Date: Tue, 15 May 2012 11:16:39 +0200
Subject: [PATCH] use relative paths in extends of ultimate-php-borad

---
 software/ultimate-php-borad/software.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/software/ultimate-php-borad/software.cfg b/software/ultimate-php-borad/software.cfg
index 1f48a834d..98ff45f4c 100644
--- a/software/ultimate-php-borad/software.cfg
+++ b/software/ultimate-php-borad/software.cfg
@@ -10,8 +10,8 @@ parts =
   downloadcache-workaround
   
 extends =
-  http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/lamp:/stack/lamp.cfg?js=1
-  http://git.erp5.org/gitweb/slapos.git/blob_plain/HEAD:/stack/shacache-client.cfg
+  ../../stack/lamp.cfg
+  ../../stack/shacache-client.cfg
 
 [application]
 recipe = hexagonit.recipe.download
-- 
2.30.9