diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-04-14 00:01:03 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-04-14 00:01:15 +0200 |
commit | 480bbf368b485a6a0317b9356ce90b75201b3efa (patch) | |
tree | 442dc62046bcc922955490f4e357a5b49afeb576 | |
parent | 00400f0f85be484fb45e789102bbe6203cbb11dd (diff) | |
download | bugzilla-480bbf368b485a6a0317b9356ce90b75201b3efa.tar.gz bugzilla-480bbf368b485a6a0317b9356ce90b75201b3efa.tar.xz |
Makefile.PL can be executable
-rw-r--r-- | Bugzilla/Install/Filesystem.pm | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | Makefile.PL | 0 |
2 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 }, diff --git a/Makefile.PL b/Makefile.PL index 4499aec1d..4499aec1d 100644..100755 --- a/Makefile.PL +++ b/Makefile.PL |