From: Frédéric Buclin Date: Mon, 1 Dec 2014 19:34:03 +0000 (+0100) Subject: Bug 1093616: Fix permissions for contrib/replyrc X-Git-Tag: release-5.1.1~436 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0dbbc6e69bdefcb49fd9046f7e830880d3ac513;p=thirdparty%2Fbugzilla.git Bug 1093616: Fix permissions for contrib/replyrc r=gerv a=glob --- diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index 061ca53c72..523c09fecf 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -167,6 +167,7 @@ sub FILESYSTEM { 'contrib/README' => { perms => OWNER_WRITE }, 'contrib/*/README' => { perms => OWNER_WRITE }, 'contrib/Bugzilla.pm' => { perms => OWNER_WRITE }, + 'contrib/replyrc' => { perms => OWNER_WRITE }, 'docs/bugzilla.ent' => { perms => OWNER_WRITE }, 'docs/makedocs.pl' => { perms => OWNER_EXECUTE }, 'docs/style.css' => { perms => WS_SERVE },