[arch-commits] Commit in perl/trunk (PKGBUILD)

Florian Pritz bluewind at archlinux.org
Thu Oct 19 13:56:32 UTC 2017


    Date: Thursday, October 19, 2017 @ 13:56:31
  Author: bluewind
Revision: 308257

Fix FS#56043 - [perl] Files in /etc/profile.d should not be executable

Modified:
  perl/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-19 13:44:28 UTC (rev 308256)
+++ PKGBUILD	2017-10-19 13:56:31 UTC (rev 308257)
@@ -221,10 +221,10 @@
       -i ${pkgdir}/usr/share/perl5/core_perl/CPAN/FirstTime.pm
 
   # Profile script to set paths to perl scripts.
-  install -D -m755 ${srcdir}/perlbin.sh \
+  install -D -m644 ${srcdir}/perlbin.sh \
                    ${pkgdir}/etc/profile.d/perlbin.sh
   # Profile script to set paths to perl scripts on csh. (FS#22441)
-  install -D -m755 ${srcdir}/perlbin.csh \
+  install -D -m644 ${srcdir}/perlbin.csh \
                   ${pkgdir}/etc/profile.d/perlbin.csh
   # Profile script to set paths to perl scripts on fish. (FS#51191)
   install -D -m 755 "$srcdir/perlbin.fish" \



More information about the arch-commits mailing list