Previous changeset 6:fcb60273c710 (2012-08-24) Next changeset 8:28e422c589ac (2012-09-12) |
Commit message:
Make samtools sed command gnu compatible. |
modified:
tool_dependencies.xml |
b |
diff -r fcb60273c710 -r d3bf1e86b243 tool_dependencies.xml --- a/tool_dependencies.xml Fri Aug 24 16:03:20 2012 -0400 +++ b/tool_dependencies.xml Wed Aug 29 11:46:04 2012 -0400 |
b |
@@ -24,7 +24,7 @@ <install version="1.0"> <actions> <action type="download_by_url">http://sourceforge.net/projects/samtools/files/samtools/0.1.18/samtools-0.1.18.tar.bz2</action> - <action type="shell_command">sed -i .bak -e 's/-lcurses/-lncurses/g' Makefile</action> + <action type="shell_command">sed -i.bak -e 's/-lcurses/-lncurses/g' Makefile</action> <action type="shell_command">make</action> <action type="move_file"> <source>samtools</source> |