summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Filesystem.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2016-02-24 17:14:41 +0100
committerDylan William Hardison <dylan@hardison.net>2016-02-24 17:14:41 +0100
commit1969f955c4fc89c4d5a1e955f9bf28fef133efa3 (patch)
tree8c070f0232f9bdb4358e11fc627b398134292af6 /Bugzilla/Install/Filesystem.pm
parent55f7bb28f04b915a2b8129d1e86e574dc333362a (diff)
downloadbugzilla-1969f955c4fc89c4d5a1e955f9bf28fef133efa3.tar.gz
bugzilla-1969f955c4fc89c4d5a1e955f9bf28fef133efa3.tar.xz
fix perms
Diffstat (limited to 'Bugzilla/Install/Filesystem.pm')
-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 1c58e362e..2d6e2955d 100644
--- a/Bugzilla/Install/Filesystem.pm
+++ b/Bugzilla/Install/Filesystem.pm
@@ -163,7 +163,7 @@ sub FILESYSTEM {
'checksetup.pl' => { perms => OWNER_EXECUTE },
'jobqueue.pl' => { perms => OWNER_EXECUTE },
'migrate.pl' => { perms => OWNER_EXECUTE },
- 'Makefile.PL' => { perms => OWNER_EXECUTE },
+ 'Makefile.PL' => { perms => OWNER_WRITE },
'gen-cpanfile.pl' => { perms => OWNER_EXECUTE },
'clean-bug-user-last-visit.pl' => { perms => WS_EXECUTE },