changeset 8:ce4a3c48dbd7 draft

Uploaded
author fubar
date Mon, 17 Feb 2014 18:21:47 -0500
parents c5fe75c4364e
children c161b72d384e
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Feb 17 17:56:46 2014 -0500
+++ b/tool_dependencies.xml	Mon Feb 17 18:21:47 2014 -0500
@@ -20,7 +20,7 @@
                 </action>
                 <action type="make_directory">$INSTALL_DIR</action>
                 <action type="shell_command">
-                    ./configure CPPFLAGS=-I$READLINE_INCLUDE_PATH LDFLAGS="-L$READLINE_LIB_PATH -L$NCURSES_LIB_PATH -lreadline -lncurses" --enable-R-shlib  --with-x=no --libdir=$INSTALL_DIR/lib/ --bindir=$INSTALL_DIR/bin/ --datarootdir=$INSTALL_DIR/share/
+                    ./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>