Mercurial > repos > bgruening > package_rpy2_2_3_6
changeset 14:963b9a9fa6fc draft
Uploaded
author | bernhardlutz |
---|---|
date | Sun, 26 Jan 2014 09:10:31 -0500 |
parents | acf3d3d115fe |
children | 191967e6496b |
files | tool_dependencies.xml |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Sun Jan 26 08:58:19 2014 -0500 +++ b/tool_dependencies.xml Sun Jan 26 09:10:31 2014 -0500 @@ -30,7 +30,9 @@ </action> <action type="set_environment"> <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> - + <environment_variable action="append_to" name="LD_LIBRARY_PATH">$ENV[READLINE_LIB_PATH]</environment_variable> + <environment_variable action="append_to" name="LD_LIBRARY_PATH">$ENV[RHOME]/lib</environment_variable> + <environment_variable action="append_to" name="LD_LIBRARY_PATH">$ENV[NCURSES_LIB_PATH]/lib</environment_variable> </action> </actions> </install>