changeset 5:7d36c043e340 draft

Uploaded
author malbuquerque
date Thu, 15 Jan 2015 20:15:08 -0500
parents 04171118e6e1
children 11857fecc707
files tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Jan 15 18:50:14 2015 -0500
+++ b/tool_dependencies.xml	Thu Jan 15 20:15:08 2015 -0500
@@ -4,9 +4,11 @@
 		<install version="1.0">
 			<actions>
 				<action type="download_by_url">http://hgdownload.soe.ucsc.edu/admin/exe/userApps.src.tgz</action>
+				<action type="shell_command">sed 's/export USE_SSL 1/export USE_SSL 0/g' Makefile > Makefiletmp</action>
+				<action type="shell_command">mv Makefiletmp Makefile</action>
 				<action type="shell_command">make</action>
 				<action type="move_directory_files">
-					<source_directory>.</source_directory>
+					<source_directory>./bin</source_directory>
 					<destination_directory>$INSTALL_DIR/bin</destination_directory>
 				</action>
 				<action type="set_environment">