changeset 3:10222a7db54c draft default tip

Uploaded
author fubar
date Sat, 27 Jul 2013 00:32:31 -0400
parents 0cdd8d3ffebc
children
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Jul 26 20:48:52 2013 -0400
+++ b/tool_dependencies.xml	Sat Jul 27 00:32:31 2013 -0400
@@ -2,8 +2,8 @@
     <package name="ghostscript" version="9.07">
         <install version="1.0">
             <actions>
+                <action type="download_by_url">http://downloads.ghostscript.com/public/ghostscript-9.07.tar.gz</action>
                 <action type="make_directory">$INSTALL_DIR</action>
-                <action type="download_by_url">http://downloads.ghostscript.com/public/ghostscript-9.07.tar.gz</action>
                 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
                 <action type="shell_command">make</action>
                 <action type="shell_command">make install</action>