changeset 10:f3ff6fa994e1 draft default tip

fixed install . -l $INSTALL_DIR
author boris
date Fri, 10 Jan 2014 13:56:11 -0500
parents edb59aefba11
children
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Jan 10 13:24:29 2014 -0500
+++ b/tool_dependencies.xml	Fri Jan 10 13:56:11 2014 -0500
@@ -13,7 +13,7 @@
                     </repository>
                 </action>
                 <action type="make_directory">$INSTALL_DIR</action>
-                <action type="shell_command"> export PATH=$PATH &amp;&amp; export R_HOME=$R_HOME &amp;&amp; export R_LIBS=$R_LIBS &amp;&amp; R CMD INSTALL ape_3.0-8.tar.gz -l $INSTALL_DIR </action>
+                <action type="shell_command"> export PATH=$PATH &amp;&amp; export R_HOME=$R_HOME &amp;&amp; export R_LIBS=$R_LIBS &amp;&amp; R CMD INSTALL . -l $INSTALL_DIR </action>
                 <action type="set_environment">
                 <environment_variable action="set_to" name="PATH">$ENV[PATH]</environment_variable>
                 <environment_variable action="set_to" name="R_HOME">$ENV[R_HOME]</environment_variable>