From 4b18c781b5cb949e4166f66d312e33820834fdc8 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 9 Apr 2012 23:22:50 +0200 Subject: Fix typo https://bugzilla.mozilla.org/show_bug.cgi?id=679965 --- Bugzilla/Install/Filesystem.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Install/Filesystem.pm') diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index b661d0aef..cf61a6ec2 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -160,7 +160,7 @@ sub FILESYSTEM { 'contrib/README' => { perms => OWNER_WRITE }, 'contrib/*/README' => { perms => OWNER_WRITE }, - 'contrib/Bugzilla.pm', => { 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 }, -- cgit v1.2.3-24-g4f1b