mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 15:45:25 +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">
|
||||
<fileset dir="${working}/scripts/${os}" includes="*"/>
|
||||
</copy>
|
||||
<chmod perm="+x">
|
||||
<chmod perm="755">
|
||||
<fileset dir="${working}/collector" includes="*"/>
|
||||
</chmod>
|
||||
<copy todir="${working}/collector">
|
||||
|
@ -455,8 +455,8 @@
|
|||
<copy todir="${working}/collector">
|
||||
<fileset dir="${working}/jars" includes="*"/>
|
||||
</copy>
|
||||
<chmod perm="+x">
|
||||
<fileset dir="${working}/collector" includes="*.jar"/>
|
||||
<chmod perm="755">
|
||||
<fileset dir="${working}/collector" includes="*.pl,*.sh"/>
|
||||
</chmod>
|
||||
</target>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue