diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-12-01 20:34:03 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-12-01 20:34:03 +0100 |
commit | c0dbbc6e69bdefcb49fd9046f7e830880d3ac513 (patch) | |
tree | b1ec2c0449e8140e70e352a69bd5c8c35e59f42e | |
parent | dd9352edbe71c999440c9f23e88dfe2d9a68b9e1 (diff) | |
download | bugzilla-c0dbbc6e69bdefcb49fd9046f7e830880d3ac513.tar.gz bugzilla-c0dbbc6e69bdefcb49fd9046f7e830880d3ac513.tar.xz |
Bug 1093616: Fix permissions for contrib/replyrc
r=gerv a=glob
-rw-r--r-- | Bugzilla/Install/Filesystem.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index 061ca53c7..523c09fec 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 }, |