]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 438739: Permissions are not set properly on extensions by checksetup
authormkanat%bugzilla.org <>
Sat, 14 Jun 2008 02:00:01 +0000 (02:00 +0000)
committermkanat%bugzilla.org <>
Sat, 14 Jun 2008 02:00:01 +0000 (02:00 +0000)
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=ghendricks, a=mk
anat

Bugzilla/Install/Filesystem.pm

index 31944bc59862f25b99ed16f698001a95ed977d36..31b0a27762b356fc05d65f180e635152ba161e17 100644 (file)
@@ -153,6 +153,8 @@ sub FILESYSTEM {
                                      dirs => $ws_dir_readable },
          $templatedir          => { files => $ws_readable,
                                      dirs => $ws_dir_readable },
+         $extensionsdir        => { files => $ws_readable,
+                                     dirs => $ws_dir_readable },
          images                => { files => $ws_readable,
                                      dirs => $ws_dir_readable },
          css                   => { files => $ws_readable,