Commit be090e0e authored by Łukasz Nowak's avatar Łukasz Nowak

- cloudooo's open office requires to use own provided file library


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43943 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f3ea6c70
...@@ -40,4 +40,4 @@ link_binary_list = ...@@ -40,4 +40,4 @@ link_binary_list =
# availability in software's eggs # availability in software's eggs
products = ${products:list} products = ${products:list}
environment = environment =
LD_LIBRARY_PATH = ${zlib:location}/lib:${freetype:location}/lib:${libXext:location}/lib:${libXau:location}/lib:${libX11:location}/lib LD_LIBRARY_PATH = ${file:location}/lib:${zlib:location}/lib:${freetype:location}/lib:${libXext:location}/lib:${libXau:location}/lib:${libX11:location}/lib
...@@ -115,7 +115,7 @@ section = python2.6 ...@@ -115,7 +115,7 @@ section = python2.6
[template] [template]
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = https://svn.erp5.org/repos/public/erp5/trunk/software_release/erp5/instance.cfg url = https://svn.erp5.org/repos/public/erp5/trunk/software_release/erp5/instance.cfg
md5sum = cdd13e7633405e91f47fedbec4355ed5 md5sum = 1a556a9e34b0d210e70c31d35160bbf5
output = ${buildout:directory}/template.cfg output = ${buildout:directory}/template.cfg
mode = 0644 mode = 0644
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment