From: lpsolit%gmail.com <> Date: Tue, 22 Sep 2009 17:03:23 +0000 (+0000) Subject: Bug 517761: Checksetup creates and deletes ./data/duplicates/ directory every time... X-Git-Tag: bugzilla-3.5.1~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbd603b256a03346995c9429348ff5101a71770a;p=thirdparty%2Fbugzilla.git Bug 517761: Checksetup creates and deletes ./data/duplicates/ directory every time - Patch by Frédéric Buclin r/a=mkanat --- diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index fcc159008b..1bad3b85cb 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -196,7 +196,6 @@ sub FILESYSTEM { my %create_dirs = ( $datadir => $ws_dir_full_control, "$datadir/mining" => $ws_dir_readable, - "$datadir/duplicates" => $ws_dir_readable, $attachdir => $ws_dir_writeable, $extensionsdir => $ws_dir_readable, graphs => $ws_dir_writeable,