You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2015/05/23 01:04:34 UTC

[15/15] git commit: [flex-asjs] [refs/heads/develop] - try making more scripts executable on mac

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 <ah...@apache.org>
Authored: Fri May 22 16:03:33 2015 -0700
Committer: Alex Harui <ah...@apache.org>
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"