changeset 1:48f35225d197 draft

Uploaded
author iuc
date Wed, 18 Feb 2015 11:34:14 -0500
parents c01b111a243b
children a287b1a43696
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Sep 25 12:46:03 2014 -0400
+++ b/tool_dependencies.xml	Wed Feb 18 11:34:14 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">