summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xPorting/makerel2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/makerel b/Porting/makerel
index ee9c2bccd8..c44de883b1 100755
--- a/Porting/makerel
+++ b/Porting/makerel
@@ -268,7 +268,7 @@ if ($opts{e}) {
}
print "Setting file permissions...\n";
-system("find . -type f -print | xargs chmod 0444");
+system("find . -type f -print | xargs chmod 0644");
system("find . -type d -print | xargs chmod 0755");
system("chmod +x @exe") == 0