# HG changeset patch
# User iuc
# Date 1437145854 14400
# Node ID 2d1ce13600b5ec4224d397877096b432c4bf1188
# Parent 063e42aeeba89c6a03f898db7f388e17cabab36d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_samtools_1_0 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
diff -r 063e42aeeba8 -r 2d1ce13600b5 tool_dependencies.xml
--- a/tool_dependencies.xml Tue May 19 15:02:01 2015 -0400
+++ b/tool_dependencies.xml Fri Jul 17 11:10:54 2015 -0400
@@ -26,8 +26,8 @@
- sed -i -e 's/-lcurses/-lncurses/' Makefile
- sed -i -e "s|CFLAGS=\s*-g\s*-Wall\s*-O2\s*|CFLAGS= -g -Wall -O2 -I$NCURSES_INCLUDE_PATH/ncurses/ -I$NCURSES_INCLUDE_PATH -L$NCURSES_LIB_PATH|g" Makefile
+ sed -i.bak -e 's/-lcurses/-lncurses/' Makefile
+ sed -i.bak -e "s|CFLAGS=\s*-g\s*-Wall\s*-O2\s*|CFLAGS= -g -Wall -O2 -I$NCURSES_INCLUDE_PATH/ncurses/ -I$NCURSES_INCLUDE_PATH -L$NCURSES_LIB_PATH|g" Makefile
make