diff tool_dependencies.xml @ 1:437b5443da07 draft

Updated to new version of snippy with static binaries
author simon-gladman
date Wed, 08 Jun 2016 03:01:51 -0400
parents eb1762cb97e5
children 3d5942608db4
line wrap: on
line diff
--- a/tool_dependencies.xml	Sat Jun 04 01:01:45 2016 -0400
+++ b/tool_dependencies.xml	Wed Jun 08 03:01:51 2016 -0400
@@ -3,14 +3,14 @@
     <package name="snippy" version="3.0">
         <install version="1.0">
             <actions>
-                <action type="download_by_url">https://github.com/tseemann/snippy/archive/v3.0.tar.gz</action>
+                <action type="download_by_url">https://github.com/tseemann/snippy.git</action>
                 <action type="move_directory_files">
                     <source_directory>.</source_directory>
                     <destination_directory>$INSTALL_DIR</destination_directory>
                 </action>
                 <action type="shell_command">chmod ugo+x $INSTALL_DIR/bin/snippy</action>
                 <action type="set_environment">
-                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin:$INSTALL_DIR/binaries/noarch:$INSTALL_DIR/binaries/linux</environment_variable>
                 </action>
             </actions>
         </install>