changeset 2:c8d7d39f0781 draft default tip

Updated snippy ro use static binaries
author simon-gladman
date Fri, 10 Jun 2016 00:08:41 -0400
parents d23c3f138c54
children
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Jun 07 03:47:07 2016 -0400
+++ b/tool_dependencies.xml	Fri Jun 10 00:08:41 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/Slugger70/snippy/archive/v3.0.1.tar.gz</action>
+                <action type="download_by_url">https://github.com/tseemann/snippy/archive/v3.1.tar.gz</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>