From: Frédéric Buclin Date: Mon, 9 Apr 2012 21:20:43 +0000 (+0200) Subject: 2nd part of bug 679965: contrib/Bugzilla.pm shouldn't be executable X-Git-Tag: bugzilla-4.3.1~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71fd7fa1d81f62ba7c2ad65426133946c8d8eaae;p=thirdparty%2Fbugzilla.git 2nd part of bug 679965: contrib/Bugzilla.pm shouldn't be executable --- diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index faac99d469..b661d0aefc 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -160,6 +160,7 @@ sub FILESYSTEM { 'contrib/README' => { perms => OWNER_WRITE }, 'contrib/*/README' => { perms => OWNER_WRITE }, + 'contrib/Bugzilla.pm', => { perms => OWNER_WRITE }, 'docs/bugzilla.ent' => { perms => OWNER_WRITE }, 'docs/makedocs.pl' => { perms => OWNER_EXECUTE }, 'docs/style.css' => { perms => WS_SERVE },