cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
Gurusamy Sarathy [Tue, 2 May 2000 01:53:51 +0000 (01:53 +0000)]
to compensate

p4raw-id: //depot/perl@6041

Porting/makerel

index 4b8c277..8341690 100644 (file)
@@ -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