summaryrefslogtreecommitdiff
path: root/Porting/makerel
diff options
context:
space:
mode:
Diffstat (limited to 'Porting/makerel')
-rw-r--r--Porting/makerel4
1 files changed, 2 insertions, 2 deletions
diff --git a/Porting/makerel b/Porting/makerel
index 4b8c277ebd..8341690701 100644
--- a/Porting/makerel
+++ b/Porting/makerel
@@ -78,8 +78,8 @@ print "\n";
chdir "$relroot/$reldir" or die $!;
print "Setting file permissions...\n";
-system("find . -type f -print | xargs chmod -w");
-system("find . -type d -print | xargs chmod g-s");
+system("find . -type f -print | xargs chmod 0444");
+system("find . -type d -print | xargs chmod 0755");
system("find t -name '*.t' -print | xargs chmod +x");
my @exe = qw(
Configure