# HG changeset patch
# User Jim Johnson <jj@umn.edu>
# Date 1351094885 18000
# Node ID fb61d175ab99f7fe793415cf4a106a0f076e55db
# Parent  6d288b228c6d1147dfda375bbfa6e2c797038b0f
Fix tool_dependencies.xml install.

diff -r 6d288b228c6d -r fb61d175ab99 tool_dependencies.xml
--- a/tool_dependencies.xml	Tue Oct 23 11:33:18 2012 -0500
+++ b/tool_dependencies.xml	Wed Oct 24 11:08:05 2012 -0500
@@ -3,9 +3,9 @@
     <package name="augustus" version="2.6.1">
         <install version="1.0">
             <actions>
-                <action type="shell_command">wget http://bioinf.uni-greifswald.de/augustus/binaries/augustus.2.6.1.tar.gz</action>
-                <!-- with the first command of with type shell_command a dir will be created with the package name, and we'll operate from there. -->
-                <action type="shell_command">pwd</action>
+                <action type="shell_command">mkdir augustus</action>
+                <!-- the first command puts us in the dir for the package name: "augustus"-->
+                <action type="shell_command">wget --quiet http://bioinf.uni-greifswald.de/augustus/binaries/augustus.2.6.1.tar.gz</action>
                 <action type="shell_command">tar zxf ../augustus.2.6.1.tar.gz</action>
                 <action type="shell_command">make</action>
                 <action type="move_directory_files">