changeset 2:3d20f97fe1b4 draft

Uploaded
author iuc
date Wed, 18 Feb 2015 11:33:19 -0500
parents a8912a41ecc8
children 6ce77c3fd488
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Oct 30 11:48:30 2013 -0400
+++ b/tool_dependencies.xml	Wed Feb 18 11:33:19 2015 -0500
@@ -39,7 +39,7 @@
                 <actions>
                     <action type="download_by_url" target_filename="muscle3.8.31.tar.gz">http://www.drive5.com/muscle/downloads3.8.31/muscle3.8.31_src.tar.gz</action>
                     <!-- When compiling, need to remove the '-static' linker option from the src/mk file used by src/Makefile -->
-                    <action type="shell_command">sed -i 's/-static//g' src/mk</action>
+                    <action type="shell_command">sed -i -e 's/-static//g' src/mk</action>
                     <action type="shell_command">make -C src/</action>
                     <action type="move_file">
                         <source>src/muscle</source>
@@ -56,7 +56,7 @@
 Downloads the precompiled 32bit Linux, 64bit Linux, or Mac OS X MUSCLE
 binaries, which is faster than performing a local compilation,
 avoids any issues with build dependencies, and is more reproducible between
-installations as there is no variability from the compiler or library 
+installations as there is no variability from the compiler or library
 versions.
 If the download attempt fails, compiling MUSCLE from source is attempted.