Skip to content

Commit

Permalink
build: add executable permissions to start scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sumpfralle committed May 1, 2022
1 parent 17ebbfc commit 10ed78f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,12 @@
</copy>
<copy file="${freecol.packaging.dir}/common/freecol.sh"
tofile="${freecol.release.dir}/base/${freecol.name}/freecol"/>
<setpermissions mode="755">
<file file="${freecol.release.dir}/base/${freecol.name}/freecol"/>
</setpermissions>
<setpermissions permissions="OWNER_READ,OWNER_WRITE,OWNER_EXECUTE,OTHERS_READ,OTHERS_EXECUTE,GROUP_READ,GROUP_EXECUTE">
<file file="${freecol.release.dir}/base/${freecol.name}/freecol.cmd"/>
</setpermissions>
</target>

<target name="prepareSourceFiles" depends="initDist">
Expand Down

0 comments on commit 10ed78f

Please sign in to comment.