summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2006-08-01 19:10:05 +0200
committermkanat%bugzilla.org <>2006-08-01 19:10:05 +0200
commit01c3f172a95760538553e944b34c71de0b0ada13 (patch)
tree0c9a5415272cc330d046cc593b2955d80e1e0175
parente1f92f46ff660b5071c7edbe2130b96356e48529 (diff)
downloadbugzilla-01c3f172a95760538553e944b34c71de0b0ada13.tar.gz
bugzilla-01c3f172a95760538553e944b34c71de0b0ada13.tar.xz
Arrgh. Fix my checkin fix to actually be right.
-rw-r--r--Bugzilla/Install/Filesystem.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm
index baf8d1314..399a61ee7 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 --- #