From 7397efc8f9de4ff8216261fed16ae8131aa56ba2 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Mon, 29 Jun 2015 12:32:41 +0000 Subject: Make Perl behave nicely, and install files 644 and not 444. With hat: perl@ Sponsored by: Absolight --- .../files/patch-cpan_ExtUtils-Install_lib_ExtUtils_Install.pm | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lang/perl5-devel/files/patch-cpan_ExtUtils-Install_lib_ExtUtils_Install.pm (limited to 'lang/perl5-devel/files') diff --git a/lang/perl5-devel/files/patch-cpan_ExtUtils-Install_lib_ExtUtils_Install.pm b/lang/perl5-devel/files/patch-cpan_ExtUtils-Install_lib_ExtUtils_Install.pm new file mode 100644 index 000000000000..b84c8fc02b9c --- /dev/null +++ b/lang/perl5-devel/files/patch-cpan_ExtUtils-Install_lib_ExtUtils_Install.pm @@ -0,0 +1,11 @@ +--- cpan/ExtUtils-Install/lib/ExtUtils/Install.pm.orig 2015-06-22 12:55:33 UTC ++++ cpan/ExtUtils-Install/lib/ExtUtils/Install.pm +@@ -809,7 +809,7 @@ sub install { #XXX OS-SPECIFIC + utime($atime,$mtime + $Is_VMS,$targetfile) unless $dry_run>1; + + +- $mode = 0444 | ( $mode & 0111 ? 0111 : 0 ); ++ $mode = 0644 | ( $mode & 0111 ? 0111 : 0 ); + $mode = $mode | 0222 + if $realtarget ne $targetfile; + _chmod( $mode, $targetfile, $verbose ); -- cgit v1.2.3