You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/03/21 16:18:20 UTC

[royale-asjs] branch develop updated: - Make the content of the bin directories executable.

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new ae35bec  - Make the content of the bin directories executable.
     new 5d16ba3  Merge pull request #770 from chrisdutz/develop
ae35bec is described below

commit ae35bec76b88e79ba9c24d2be70cdd0f104561d0
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Sat Mar 21 17:13:24 2020 +0100

    - Make the content of the bin directories executable.
---
 distribution/src/main/assembly/component-royale.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/distribution/src/main/assembly/component-royale.xml b/distribution/src/main/assembly/component-royale.xml
index 5c7799a..244edfb 100644
--- a/distribution/src/main/assembly/component-royale.xml
+++ b/distribution/src/main/assembly/component-royale.xml
@@ -142,6 +142,8 @@ under the License.
       <includes>
         <include>**</include>
       </includes>
+      <!-- Make all scripts in here executable -->
+      <fileMode>0755</fileMode>
     </fileSet>
 
     <!-- Copy the js scripts -->
@@ -151,6 +153,8 @@ under the License.
       <includes>
         <include>**</include>
       </includes>
+      <!-- Make all scripts in here executable -->
+      <fileMode>0755</fileMode>
     </fileSet>
 
     <!-- Copy the configurations -->