]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Makefile.PL can be executable
authorDylan William Hardison <dylan@hardison.net>
Thu, 13 Apr 2017 22:01:03 +0000 (18:01 -0400)
committerDylan William Hardison <dylan@hardison.net>
Thu, 13 Apr 2017 22:01:15 +0000 (18:01 -0400)
Bugzilla/Install/Filesystem.pm
Makefile.PL [changed mode: 0644->0755]

index c7e9f4554dd9807818c7bba1a98ecb8867fee75b..c0bc2626215f5c21d845ec9f59d1b75b1c63797d 100644 (file)
@@ -156,7 +156,7 @@ sub FILESYSTEM {
         'migrate.pl'      => { perms => OWNER_EXECUTE },
         'sentry.pl'       => { perms => WS_EXECUTE },
         'metrics.pl'      => { perms => WS_EXECUTE },
-        'Makefile.PL'     => { perms => OWNER_WRITE },
+        'Makefile.PL'     => { perms => OWNER_EXECUTE },
         'gen-cpanfile.pl' => { perms => OWNER_EXECUTE },
         'clean-bug-user-last-visit.pl' => { perms => WS_EXECUTE },
 
old mode 100644 (file)
new mode 100755 (executable)