From: Dylan William Hardison Date: Wed, 24 Feb 2016 16:14:41 +0000 (-0500) Subject: fix perms X-Git-Tag: release-5.1.1~70 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1969f955c4fc89c4d5a1e955f9bf28fef133efa3;p=thirdparty%2Fbugzilla.git fix perms --- diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index 1c58e362e9..2d6e2955df 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 old mode 100644 new mode 100755