diff options
author | mkanat%bugzilla.org <> | 2006-08-01 19:10:05 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2006-08-01 19:10:05 +0200 |
commit | 01c3f172a95760538553e944b34c71de0b0ada13 (patch) | |
tree | 0c9a5415272cc330d046cc593b2955d80e1e0175 /Bugzilla | |
parent | e1f92f46ff660b5071c7edbe2130b96356e48529 (diff) | |
download | bugzilla-01c3f172a95760538553e944b34c71de0b0ada13.tar.gz bugzilla-01c3f172a95760538553e944b34c71de0b0ada13.tar.xz |
Arrgh. Fix my checkin fix to actually be right.
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Install/Filesystem.pm | 4 |
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 --- # |