From: mkanat%bugzilla.org <> Date: Tue, 1 Aug 2006 17:10:05 +0000 (+0000) Subject: Arrgh. Fix my checkin fix to actually be right. X-Git-Tag: bugzilla-2.23.3~199 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=01c3f172a95760538553e944b34c71de0b0ada13;p=thirdparty%2Fbugzilla.git Arrgh. Fix my checkin fix to actually be right. --- diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index baf8d13146..399a61ee71 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -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 --- #