changeset 4:bff3f66adff2 draft

Uploaded
author iuc
date Fri, 14 Nov 2014 08:23:58 -0500
parents 7887e4ac4c0d
children 9b0d84b880e4
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Nov 14 05:33:56 2014 -0500
+++ b/tool_dependencies.xml	Fri Nov 14 08:23:58 2014 -0500
@@ -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>