Mercurial > repos > jankanis > blast2html
changeset 91:20639b08d781
fix LD_LIBRARY_PATH
author | Jan Kanis <jan.code@jankanis.nl> |
---|---|
date | Tue, 24 Jun 2014 17:59:12 +0200 |
parents | c174a815da9c |
children | dede77ad7069 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Tue Jun 24 17:13:41 2014 +0200 +++ b/tool_dependencies.xml Tue Jun 24 17:59:12 2014 +0200 @@ -48,7 +48,7 @@ <action type="set_environment"> <!-- add libxml2 library path so the runtime can find the shared library --> - <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$ENV[LIBXML_ROOT_PATH]/lib</environment_variable> + <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$ENV[LD_LIBRARY_PATH]</environment_variable> </action> </actions> </install>