summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2009-09-22 19:03:23 +0200
committerlpsolit%gmail.com <>2009-09-22 19:03:23 +0200
commitcbd603b256a03346995c9429348ff5101a71770a (patch)
tree6cab28363b31ea98e3ab510f949a3f41f7147d38 /Bugzilla
parentc124d368bacad011c99890e8a1dbd04190350242 (diff)
downloadbugzilla-cbd603b256a03346995c9429348ff5101a71770a.tar.gz
bugzilla-cbd603b256a03346995c9429348ff5101a71770a.tar.xz
Bug 517761: Checksetup creates and deletes ./data/duplicates/ directory every time - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Install/Filesystem.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm
index fcc159008..1bad3b85c 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,