try making more scripts executable on mac

Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/3aa038b9
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/3aa038b9
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/3aa038b9

Branch: refs/heads/develop
Commit: 3aa038b9355033be2d81d698c6c632361f9b7b86
Parents: 885de27
Author: Alex Harui <[email protected]>
Authored: Fri May 22 16:03:33 2015 -0700
Committer: Alex Harui <[email protected]>
Committed: Fri May 22 16:04:13 2015 -0700

----------------------------------------------------------------------
 installer.xml | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3aa038b9/installer.xml
----------------------------------------------------------------------
diff --git a/installer.xml b/installer.xml
index 9720542..83ffd51 100644
--- a/installer.xml
+++ b/installer.xml
@@ -359,6 +359,14 @@
             <arg value="+x" />
             <arg value="${FLEXJS_HOME}/js/bin/compc"/>
         </exec>
+        <exec executable="chmod" dir="${FLEXJS_HOME}">
+             <arg value="+x" />
+             <arg value="${FLEXJS_HOME}/bin/mxmlc"/>
+         </exec>
+         <exec executable="chmod" dir="${FLEXJS_HOME}">
+             <arg value="+x" />
+             <arg value="${FLEXJS_HOME}/bin/compc"/>
+         </exec>
     </target>
 
     <target name="get-falcon" depends="falcon-check,falcon-get" 
unless="falcon.present"

Reply via email to