changeset 4:36aa94676939 draft

Uploaded
author bgruening
date Tue, 11 Mar 2014 15:30:43 -0400
parents 05468758117c
children 40250a414486
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Mar 11 15:28:01 2014 -0400
+++ b/tool_dependencies.xml	Tue Mar 11 15:30:43 2014 -0400
@@ -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>