diff options
-rw-r--r-- | Bugzilla/Install/Filesystem.pm | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | gen-cpanfile.pl | 0 |
2 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 }, diff --git a/gen-cpanfile.pl b/gen-cpanfile.pl index 26b3ab326..26b3ab326 100644..100755 --- a/gen-cpanfile.pl +++ b/gen-cpanfile.pl |