changeset 2:2e412b30e3b6 draft

Uploaded
author iuc
date Wed, 18 Feb 2015 11:32:45 -0500
parents da217d52e81c
children 753a309bbd0d
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Sat Sep 06 03:59:05 2014 -0400
+++ b/tool_dependencies.xml	Wed Feb 18 11:32:45 2015 -0500
@@ -26,7 +26,7 @@
                             <package name="zlib" version="1.2.8" />
                         </repository>
                     </action>
-                    <action type="shell_command">sed -i 's/-lcurses/-lncurses/' Makefile</action>
+                    <action type="shell_command">sed -i -e '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/ncurses/ -I$NCURSES_INCLUDE_PATH -L$NCURSES_LIB_PATH|g" Makefile</action>
                     <action type="shell_command">make</action>
                     <action type="move_file">