changeset 10:dfaacc4bf896 draft

Uploaded
author iuc
date Thu, 19 Mar 2015 22:39:39 -0400
parents 2096ee6682d5
children 88f469bfafbf
files tool_dependencies.xml
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Mar 19 15:21:58 2015 -0400
+++ b/tool_dependencies.xml	Thu Mar 19 22:39:39 2015 -0400
@@ -17,10 +17,6 @@
 
                 <action type="autoconf">--with-png=$LIBPNG_ROOT_DIR</action>
 
-                <action type="make_directory">$INSTALL_DIR/bin</action>
-                <action type="move_file"><source>config/gdlib-config</source><destination>$INSTALL_DIR/bin</destination></action>
-                <action type="chmod"><file mode="755">$INSTALL_DIR/bin/gdlib-config</file></action>
-
                 <action type="set_environment">
                     <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
                     <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
@@ -28,7 +24,6 @@
                     <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
                     <environment_variable action="set_to" name="LIBGD_ROOT_PATH">$INSTALL_DIR</environment_variable>
                     <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
-                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                 </action>
             </actions>
         </install>