]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Arrgh. Fix my checkin fix to actually be right.
authormkanat%bugzilla.org <>
Tue, 1 Aug 2006 17:10:05 +0000 (17:10 +0000)
committermkanat%bugzilla.org <>
Tue, 1 Aug 2006 17:10:05 +0000 (17:10 +0000)
Bugzilla/Install/Filesystem.pm

index baf8d13146ff6ff0cda1249f3ec9d1945049339f..399a61ee712e929906d81d4ca162b838295f90e3 100644 (file)
@@ -160,8 +160,8 @@ sub FILESYSTEM {
                                      dirs => $ws_dir_readable },
          'docs/images'         => { files => $ws_readable,
                                      dirs => $ws_dir_readable },
-         'docs/xml'            => { files => $owner_dir_readable,
-                                     dirs => $owner_readable },
+         'docs/xml'            => { files => $owner_readable,
+                                     dirs => $owner_dir_readable },
     );
 
     # --- FILES TO CREATE --- #