| Previous changeset 3:05468758117c (2014-03-11) Next changeset 5:40250a414486 (2014-04-29) |
|
Commit message:
Uploaded |
|
modified:
tool_dependencies.xml |
| b |
| diff -r 05468758117c -r 36aa94676939 tool_dependencies.xml --- a/tool_dependencies.xml Tue Mar 11 15:28:01 2014 -0400 +++ b/tool_dependencies.xml Tue Mar 11 15:30:43 2014 -0400 |
| b |
| @@ -13,7 +13,7 @@ </repository> </action> <action type="shell_command">sed -i 's/-lcurses/-lncurses/' Makefile</action> - <action type="shell_command">sed -i -e "s|CFLAGS=\s*-g\s*-Wall\s*-O2\s*|CFLAGS= -g -Wall -O2 -I$NCURSES_INCLUDE_PATH/include/ncurses/ -L$NCURSES_LIB_PATH|g" Makefile</action> + <action type="shell_command">sed -i -e "s|CFLAGS=\s*-g\s*-Wall\s*-O2\s*|CFLAGS= -g -Wall -O2 -I$NCURSES_INCLUDE_PATH/ncurses/ -L$NCURSES_LIB_PATH|g" Makefile</action> <action type="shell_command">make</action> <action type="move_file"> <source>samtools</source> |