changeset 1:4f038e0e284a draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/packages/package_sicer_1_1 commit de7140295cce07e1bc1697e51dab4271c8d7a8a6
author devteam
date Fri, 18 Dec 2015 18:46:52 -0500
parents 3d76021b690e
children
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Jan 23 12:30:37 2014 -0500
+++ b/tool_dependencies.xml	Fri Dec 18 18:46:52 2015 -0500
@@ -8,8 +8,8 @@
                     <source_directory>.</source_directory>
                     <destination_directory>$INSTALL_DIR</destination_directory>
                 </action>
-                <action type="shell_command">sed -i 's#PATHTO=.\+#PATHTO=$INSTALL_DIR#' $INSTALL_DIR/SICER/*.sh</action>
-                <action type="shell_command">sed -i 's#SICER=.\+#SICER=$INSTALL_DIR/SICER#' $INSTALL_DIR/SICER/*.sh</action>
+                <action type="shell_command">sed -i -e 's#PATHTO=.\+#PATHTO=$INSTALL_DIR#' $INSTALL_DIR/SICER/*.sh</action>
+                <action type="shell_command">sed -i -e 's#SICER=.\+#SICER=$INSTALL_DIR/SICER#' $INSTALL_DIR/SICER/*.sh</action>
                 <action type="chmod">
                     <file mode="755">$INSTALL_DIR/SICER/SICER.sh</file>
                 </action>