summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-04-14 00:01:03 +0200
committerDylan William Hardison <dylan@hardison.net>2017-04-14 00:01:15 +0200
commit480bbf368b485a6a0317b9356ce90b75201b3efa (patch)
tree442dc62046bcc922955490f4e357a5b49afeb576 /Bugzilla/Install
parent00400f0f85be484fb45e789102bbe6203cbb11dd (diff)
downloadbugzilla-480bbf368b485a6a0317b9356ce90b75201b3efa.tar.gz
bugzilla-480bbf368b485a6a0317b9356ce90b75201b3efa.tar.xz
Makefile.PL can be executable
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r--Bugzilla/Install/Filesystem.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm
index c7e9f4554..c0bc26262 100644
--- a/Bugzilla/Install/Filesystem.pm
+++ b/Bugzilla/Install/Filesystem.pm
@@ -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 },