summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r--Bugzilla/Install/Filesystem.pm3
-rw-r--r--Bugzilla/Install/Localconfig.pm1
2 files changed, 1 insertions, 3 deletions
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm
index 7fc7b7305..baf8d1314 100644
--- a/Bugzilla/Install/Filesystem.pm
+++ b/Bugzilla/Install/Filesystem.pm
@@ -29,7 +29,6 @@ use strict;
use Bugzilla::Constants;
use Bugzilla::Install::Localconfig;
-use Fcntl;
use File::Find;
use IO::File;
use POSIX ();
@@ -161,7 +160,7 @@ sub FILESYSTEM {
dirs => $ws_dir_readable },
'docs/images' => { files => $ws_readable,
dirs => $ws_dir_readable },
- 'docs/xml' => { files => $owner_readable,
+ 'docs/xml' => { files => $owner_dir_readable,
dirs => $owner_readable },
);
diff --git a/Bugzilla/Install/Localconfig.pm b/Bugzilla/Install/Localconfig.pm
index b767ed7b0..ef5605d41 100644
--- a/Bugzilla/Install/Localconfig.pm
+++ b/Bugzilla/Install/Localconfig.pm
@@ -29,7 +29,6 @@ use strict;
use Bugzilla::Constants;
use Data::Dumper;
-use Fcntl qw(SEEK_END);
use IO::File;
use Safe;