Repository 'package_graphicsmagick_1_3_20'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/package_graphicsmagick_1_3_20

Changeset 1:d87c457bbbc2 (2014-08-28)
Previous changeset 0:22e4c41d585b (2014-08-28) Next changeset 2:f2855f4cbc8f (2015-07-17)
Commit message:
Uploaded
modified:
tool_dependencies.xml
b
diff -r 22e4c41d585b -r d87c457bbbc2 tool_dependencies.xml
--- a/tool_dependencies.xml Thu Aug 28 04:23:19 2014 -0400
+++ b/tool_dependencies.xml Thu Aug 28 04:26:40 2014 -0400
b
@@ -3,13 +3,14 @@
         <install version="1.0">
             <actions>
                 <action type="download_by_url">http://sourceforge.net/projects/graphicsmagick/files/graphicsmagick/1.3.20/GraphicsMagick-1.3.20.tar.gz/download</action>
-                <action type="shell_command">./configure --prefix=$INSTALL_DIR --enable-shared=yes</action>
+                <action type="shell_command">mkdir $INSTALL_DIR/gm</action>
+                <action type="shell_command">./configure --prefix=$INSTALL_DIR/gm --enable-shared=yes</action>
                 <action type="shell_command">make</action>
                 <action type="shell_command">make install</action>
 
                 <action type="set_environment">
-                    <environment_variable name="GRAPHICSMAGICK_ROOT_DIR" action="set_to">$INSTALL_DIR</environment_variable>
-                    <environment_variable name="PATH" action="append_to">$INSTALL_DIR/bin</environment_variable>
+                    <environment_variable name="GRAPHICSMAGICK_ROOT_DIR" action="set_to">$INSTALL_DIR/gm</environment_variable>
+                    <environment_variable name="PATH" action="append_to">$INSTALL_DIR/gm/bin</environment_variable>
                 </action>
             </actions>
         </install>