summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-05-02 13:57:17 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-05-02 13:57:17 +0000
commite9bdf8b6047e8d0ebda93cb2ae2027e860316c17 (patch)
tree5ca8bd74c8134af1a24b2373e9cfe4dcbf850b28 /Porting
parent5240e57461d2250452128643181252f0618b2549 (diff)
parentb21ed0a92b5a07dd021a85728802e72edfa03699 (diff)
downloadperl-e9bdf8b6047e8d0ebda93cb2ae2027e860316c17.tar.gz
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@6045
Diffstat (limited to 'Porting')
-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