Repository 'package_graphicsmagick_1_3'
hg clone https://testtoolshed.g2.bx.psu.edu/repos/iuc/package_graphicsmagick_1_3

Changeset 4:bff3f66adff2 (2014-11-14)
Previous changeset 3:7887e4ac4c0d (2014-11-14) Next changeset 5:9b0d84b880e4 (2015-11-19)
Commit message:
Uploaded
modified:
tool_dependencies.xml
b
diff -r 7887e4ac4c0d -r bff3f66adff2 tool_dependencies.xml
--- a/tool_dependencies.xml Fri Nov 14 05:33:56 2014 -0500
+++ b/tool_dependencies.xml Fri Nov 14 08:23:58 2014 -0500
b
@@ -9,9 +9,7 @@
                 <action type="shell_command">make install</action>
                 <!-- drop-in replacement for imagemagick's convert -->
                 <action type="shell_command">echo -e '#!/usr/bin/env bash\ngm convert $@' > $INSTALL_DIR/gmagick/bin/convert</action>
-                <action type="chmod">
-                    <file mode="+x">$INSTALL_DIR/gmagick/bin/convert</file>
-                </action>
+                <action type="shell_command">chmod +x $INSTALL_DIR/gmagick/bin/convert</action>
 
                 <action type="set_environment">
                     <environment_variable name="GRAPHICSMAGICK_ROOT_DIR" action="set_to">$INSTALL_DIR/gmagick</environment_variable>