changeset 5:b9630d50d100 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_freetype_2_4 commit e8e971905f5fce11a99d51b1399af45288389d76
author iuc
date Thu, 21 May 2015 22:41:22 -0400
parents e5a4ce9acfad
children 90e515a1abe2
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Sat Mar 28 22:40:32 2015 -0400
+++ b/tool_dependencies.xml	Thu May 21 22:41:22 2015 -0400
@@ -7,7 +7,7 @@
                 <action type="shell_command">make</action>
                 <action type="shell_command">make install</action>
                 <action type="set_environment">
-                    <environment_variable name="PATH" action="append_to">$INSTALL_DIR/freetype/bin/</environment_variable>
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/freetype/bin/</environment_variable>
                     <environment_variable name="FREETYPE_LIB_DIR" action="set_to">$INSTALL_DIR/freetype/lib/</environment_variable>
                     <environment_variable name="FREETYPE_ROOT" action="set_to">$INSTALL_DIR</environment_variable>
                     <environment_variable name="FREETYPE_INCLUDE_DIR" action="set_to">$INSTALL_DIR/freetype/include/</environment_variable>