]> git.pld-linux.org Git - packages/perl.git/commitdiff
- one more fix in perms perl-5_005_03-14
authorpius <pius@pld-linux.org>
Tue, 2 Nov 1999 21:04:48 +0000 (21:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl.spec -> 1.44

perl.spec

index 2ff7d75d7638c9147324ce2ff5e61cb925a3b12e..d56e28a9def8086bef031fd96df8bb1fe07d4de5 100644 (file)
--- a/perl.spec
+++ b/perl.spec
@@ -167,6 +167,7 @@ EOF
 
 ## Fix permissions
 find . -name \*.ph -exec chmod 644 {} \;
+find . -type d -exec chmod 755 {} \;
 
 ## Fix paths
 mv .packlist .packlist.old
This page took 0.18437 seconds and 4 git commands to generate.