Skip to content

Commit

Permalink
Bug 1093616: Fix permissions for contrib/replyrc
Browse files Browse the repository at this point in the history
r=gerv a=glob
  • Loading branch information
LpSolit committed Dec 1, 2014
1 parent dd9352e commit c0dbbc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Bugzilla/Install/Filesystem.pm
Expand Up @@ -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 },
Expand Down

0 comments on commit c0dbbc6

Please sign in to comment.