Repository 'package_r_3_1_2'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/package_r_3_1_2

Changeset 1:6e0eee4ea4e1 (2015-04-09)
Previous changeset 0:7cb487a32bde (2014-12-21) Next changeset 2:9f2fddb9d6e2 (2015-07-17)
Commit message:
Uploaded
modified:
tool_dependencies.xml
b
diff -r 7cb487a32bde -r 6e0eee4ea4e1 tool_dependencies.xml
--- a/tool_dependencies.xml Sun Dec 21 16:43:15 2014 -0500
+++ b/tool_dependencies.xml Thu Apr 09 11:45:25 2015 -0400
b
@@ -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>