changeset 3:562ebf52a8fe draft

Updated xml "set to" R_HOME and R_LIBS
author boris
date Wed, 05 Jun 2013 15:16:34 -0400
parents ff26ae313d4d
children 6c43ed376f14
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Jun 05 14:18:04 2013 -0400
+++ b/tool_dependencies.xml	Wed Jun 05 15:16:34 2013 -0400
@@ -14,8 +14,8 @@
                 <action type="make_directory">$INSTALL_DIR</action>
                 <action type="shell_command">./configure --enable-R-shlib --with-readline=no -with-x=no --prefix=$INSTALL_DIR &amp;&amp; make &amp;&amp; make install</action>
                 <action type="set_environment">
-                    <environment_variable name="R_HOME" action="prepend_to">$INSTALL_DIR</environment_variable>
-                    <environment_variable name="R_LIBS" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
+                    <environment_variable name="R_HOME" action="set_to">$INSTALL_DIR</environment_variable>
+                    <environment_variable name="R_LIBS" action="set_to">$INSTALL_DIR/lib</environment_variable>
                 </action>
             </actions>
         </install>