summaryrefslogtreecommitdiffstats
path: root/scripts/fixperms.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/fixperms.pl')
-rwxr-xr-xscripts/fixperms.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/fixperms.pl b/scripts/fixperms.pl
index 406c149cb..f470eabe6 100755
--- a/scripts/fixperms.pl
+++ b/scripts/fixperms.pl
@@ -21,7 +21,8 @@
use strict;
use warnings;
-use lib qw(. lib);
+use FindBin qw($RealBin);
+use lib ("$RealBin/..", "$RealBin/../lib", "$RealBin/../local/lib/perl5");
use Bugzilla;
use Bugzilla::Install::Filesystem qw(fix_all_file_permissions);