changeset 17:5bd4a63cba10

d9
author biomonika <biomonika@psu.edu>
date Mon, 25 Aug 2014 15:15:17 -0400
parents 76917da4e1ac
children c0eaad1712e0
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Aug 25 15:12:47 2014 -0400
+++ b/tool_dependencies.xml	Mon Aug 25 15:15:17 2014 -0400
@@ -7,7 +7,7 @@
         <install version="1.0">
             <actions>
                 <action type="download_by_url">http://sourceforge.net/projects/samtools/files/samtools/0.1.19/samtools-0.1.19.tar.bz2</action>
-                <action type="shell_command">sed -i .bak -e 's/O2/O2 -fPIC/' Makefile</action>
+                <action type="shell_command">sed -i 's/O2/O2 -fPIC/' Makefile</action>
                 <action type="shell_command">make</action>
                 <action type="set_environment">
                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>