Skip to content

Commit

Permalink
update CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
Drak committed Jul 18, 2010
1 parent ba074af commit 865d7d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
<echo msg="Prepare permissions..." />
<chmod file="${packagepath}/config/config.php" mode="0666" />
<chmod file="${packagepath}/ztemp/error_logs" mode="0777" />
<chmod file="${packagepath}/ztemp/Renderer_cache" mode="0777" />
<chmod file="${packagepath}/ztemp/Renderer_compiled" mode="0777" />
<chmod file="${packagepath}/ztemp/view_cache" mode="0777" />
<chmod file="${packagepath}/ztemp/view_compiled" mode="0777" />
<chmod file="${packagepath}/ztemp/Theme_cache" mode="0777" />
<chmod file="${packagepath}/ztemp/Theme_compiled" mode="0777" />
<chmod file="${packagepath}/ztemp/Theme_Config" mode="0777" />
Expand Down

0 comments on commit 865d7d6

Please sign in to comment.