mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-07 16:15:22 +02:00
[ticket/10178] Add path to find command to build packages on FreeBSD.
PHPBB3-10178
This commit is contained in:
parent
3a70cb478c
commit
d987c0a118
@ -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…
x
Reference in New Issue
Block a user