changeset 2:a2eb7a5a82c6 draft

Uploaded
author fubar
date Thu, 27 Feb 2014 05:07:47 -0500
parents 826f08ed8859
children 4c934f6b342e
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Feb 27 01:01:21 2014 -0500
+++ b/tool_dependencies.xml	Thu Feb 27 05:07:47 2014 -0500
@@ -23,11 +23,11 @@
                     ./configure --prefix=$INSTALL_DIR CPPFLAGS=-I$READLINE_INCLUDE_PATH LDFLAGS="-L$READLINE_LIB_PATH -L$NCURSES_LIB_PATH -lreadline -lncurses" --enable-R-shlib  --with-x=no 
                 </action>
                 <action type="set_environment">
-                    <environment_variable action="set_to" name="R_HOME">$INSTALL_DIR/lib/R</environment_variable>
+                    <environment_variable action="set_to" name="R_HOME">$INSTALL_DIR</environment_variable>
                     <environment_variable action="set_to" name="R_LIBS">$INSTALL_DIR/lib/R/library</environment_variable>
                     <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                     <environment_variable action="append_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib/R/lib</environment_variable>
-                    <environment_variable action="set_to" name="RHOME">$INSTALL_DIR/lib/R</environment_variable>
+                    <environment_variable action="set_to" name="RHOME">$INSTALL_DIR</environment_variable>
                     <environment_variable action="set_to" name="R_PATH">$INSTALL_DIR/bin</environment_variable>
                 </action>
             </actions>