mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-26 05:08:52 +00:00
[ticket/10178] Add path to find command to build packages on FreeBSD.
PHPBB3-10178
This commit is contained in:
parent
3a70cb478c
commit
d987c0a118
1 changed files with 2 additions and 2 deletions
|
@ -141,8 +141,8 @@
|
|||
|
||||
<echo msg="Setting permissions for checkout of ${revision} in ${dir}" />
|
||||
<!-- set permissions of all files to 644, directories to 755 -->
|
||||
<exec dir="${dir}" command="find -type f|xargs chmod 644" escape="false" />
|
||||
<exec dir="${dir}" command="find -type d|xargs chmod 755" escape="false" />
|
||||
<exec dir="${dir}" command="find . -type f|xargs chmod 644" escape="false" />
|
||||
<exec dir="${dir}" command="find . -type d|xargs chmod 755" escape="false" />
|
||||
<!-- set permissions of some directories to 777 -->
|
||||
<chmod mode="0777" file="${dir}/cache" />
|
||||
<chmod mode="0777" file="${dir}/store" />
|
||||
|
|
Loading…
Add table
Reference in a new issue