diff options
author | Dylan William Hardison <dylan@hardison.net> | 2016-02-24 17:14:41 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2016-02-24 17:14:41 +0100 |
commit | 1969f955c4fc89c4d5a1e955f9bf28fef133efa3 (patch) | |
tree | 8c070f0232f9bdb4358e11fc627b398134292af6 /Bugzilla | |
parent | 55f7bb28f04b915a2b8129d1e86e574dc333362a (diff) | |
download | bugzilla-1969f955c4fc89c4d5a1e955f9bf28fef133efa3.tar.gz bugzilla-1969f955c4fc89c4d5a1e955f9bf28fef133efa3.tar.xz |
fix perms
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Install/Filesystem.pm | 2 |
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 }, |