From 6942a22f03613a56d0741ff3b8b6285a31b7120c Mon Sep 17 00:00:00 2001
From: Rafael Monnerat <rafael@nexedi.com>
Date: Tue, 28 Jun 2011 19:22:18 -0300
Subject: [PATCH] Reorganise variable (Minor change)

---
 software/erp5/instance.cfg | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/software/erp5/instance.cfg b/software/erp5/instance.cfg
index 7b69b3c38..e7ec0b5ba 100644
--- a/software/erp5/instance.cfg
+++ b/software/erp5/instance.cfg
@@ -60,11 +60,12 @@ link_binary_list =
   ${poppler:location}/bin/pdftotext
   ${poppler:location}/bin/pdftohtml
 
-bt5_repository_list = ${bt5-repository:list}
-
 # XXX: products won't be needed as soon as all ERP5 (and products-deps)
 # products will be eggified so then it will be possible to use them thanks to
 # availability in software's eggs
 products = ${products:list}
 environment =
   LD_LIBRARY_PATH = ${file:location}/lib:${zlib:location}/lib:${freetype:location}/lib:${libXext:location}/lib:${libXau:location}/lib:${libX11:location}/lib:${libXdmcp:location}/lib:${libxcb:location}/lib
+
+bt5_repository_list = ${bt5-repository:list}
+
-- 
2.30.9