mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-10 18:45:26 +02:00
Try fix permissions in tar archives for server
This commit is contained in:
parent
eb72bdf2d5
commit
3695bd80ac
1 changed files with 3 additions and 3 deletions
|
@ -441,7 +441,7 @@
|
||||||
<copy todir="${working}/collector">
|
<copy todir="${working}/collector">
|
||||||
<fileset dir="${working}/scripts/${os}" includes="*"/>
|
<fileset dir="${working}/scripts/${os}" includes="*"/>
|
||||||
</copy>
|
</copy>
|
||||||
<chmod perm="+x">
|
<chmod perm="755">
|
||||||
<fileset dir="${working}/collector" includes="*"/>
|
<fileset dir="${working}/collector" includes="*"/>
|
||||||
</chmod>
|
</chmod>
|
||||||
<copy todir="${working}/collector">
|
<copy todir="${working}/collector">
|
||||||
|
@ -455,8 +455,8 @@
|
||||||
<copy todir="${working}/collector">
|
<copy todir="${working}/collector">
|
||||||
<fileset dir="${working}/jars" includes="*"/>
|
<fileset dir="${working}/jars" includes="*"/>
|
||||||
</copy>
|
</copy>
|
||||||
<chmod perm="+x">
|
<chmod perm="755">
|
||||||
<fileset dir="${working}/collector" includes="*.jar"/>
|
<fileset dir="${working}/collector" includes="*.pl,*.sh"/>
|
||||||
</chmod>
|
</chmod>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue