diff --git a/doc/release.pl b/doc/release.pl index 37953fb0c..0a87a61e2 100755 --- a/doc/release.pl +++ b/doc/release.pl @@ -182,8 +182,8 @@ eval } # Update permissions - executeTest("find ${strDeployPath} -type d -exec chmod 550 {} +"); - executeTest("find ${strDeployPath} -type f -exec chmod 440 {} +"); + executeTest("find ${strDeployPath} -type d -exec chmod 750 {} +"); + executeTest("find ${strDeployPath} -type f -exec chmod 640 {} +"); } # Exit with success diff --git a/doc/xml/release.xml b/doc/xml/release.xml index 354881198..aaa0b8cba 100644 --- a/doc/xml/release.xml +++ b/doc/xml/release.xml @@ -10,6 +10,16 @@ + + + + +

Relax permissions set by release.pl.

+
+
+
+
+