Mercurial > repos > iuc > package_r_3_1_2
changeset 1:6e0eee4ea4e1 draft
Uploaded
author | iuc |
---|---|
date | Thu, 09 Apr 2015 11:45:25 -0400 |
parents | 7cb487a32bde |
children | 9f2fddb9d6e2 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Sun Dec 21 16:43:15 2014 -0500 +++ b/tool_dependencies.xml Thu Apr 09 11:45:25 2015 -0400 @@ -70,8 +70,8 @@ --prefix=$INSTALL_DIR ]]></action> <action type="make_install" /> - <action type="shell_command">sed -i.bak 's;$INSTALL_DIR;\${R_ROOT_DIR};g' $INSTALL_DIR/bin/R</action> - <action type="shell_command">sed -i.bak 's;$INSTALL_DIR;\${R_ROOT_DIR};g' $INSTALL_DIR/lib/R/bin/R</action> + <action type="shell_command">sed -i.bak -e 's;$INSTALL_DIR;\${R_ROOT_DIR};g' $INSTALL_DIR/bin/R</action> + <action type="shell_command">sed -i.bak -e 's;$INSTALL_DIR;\${R_ROOT_DIR};g' $INSTALL_DIR/lib/R/bin/R</action> </actions> <action type="set_environment"> <environment_variable action="set_to" name="R_DOC_DIR">$INSTALL_DIR/lib/R/doc</environment_variable>