changeset 3:4c934f6b342e draft default tip

Uploaded
author fubar
date Thu, 27 Feb 2014 05:59:48 -0500
parents a2eb7a5a82c6
children
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Feb 27 05:07:47 2014 -0500
+++ b/tool_dependencies.xml	Thu Feb 27 05:59:48 2014 -0500
@@ -20,7 +20,7 @@
                 </action>
                 <action type="make_directory">$INSTALL_DIR</action>
                 <action type="shell_command">
-                    ./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 
+                    ./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 &amp;&amp; make &amp;&amp; make install
                 </action>
                 <action type="set_environment">
                     <environment_variable action="set_to" name="R_HOME">$INSTALL_DIR</environment_variable>