Repository: flex-asjs
Updated Branches:
  refs/heads/develop 0f767d790 -> 7d46f726e


set exec bits


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

Branch: refs/heads/develop
Commit: 7d46f726ee38f69e314fb51e0458d3b3d0f057ac
Parents: 0f767d7
Author: Alex Harui <[email protected]>
Authored: Sat Jun 13 14:45:41 2015 -0700
Committer: Alex Harui <[email protected]>
Committed: Sat Jun 13 14:45:41 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7d46f726/installer.xml
----------------------------------------------------------------------
diff --git a/installer.xml b/installer.xml
index 83ffd51..2355bef 100644
--- a/installer.xml
+++ b/installer.xml
@@ -360,6 +360,10 @@
             <arg value="${FLEXJS_HOME}/js/bin/compc"/>
         </exec>
         <exec executable="chmod" dir="${FLEXJS_HOME}">
+            <arg value="+x" />
+            <arg value="${FLEXJS_HOME}/js/bin/jsc"/>
+        </exec>
+        <exec executable="chmod" dir="${FLEXJS_HOME}">
              <arg value="+x" />
              <arg value="${FLEXJS_HOME}/bin/mxmlc"/>
          </exec>

Reply via email to