Mercurial > repos > iuc > package_r_3_1_2
changeset 1:c2e21092e4bf draft
Uploaded
| author | iuc |
|---|---|
| date | Wed, 18 Feb 2015 11:33:42 -0500 |
| parents | f0626dac6765 |
| children | 41f43a2064ba |
| files | tool_dependencies.xml |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Tue Jan 06 02:17:15 2015 -0500 +++ b/tool_dependencies.xml Wed Feb 18 11:33:42 2015 -0500 @@ -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>
