aboutsummaryrefslogtreecommitdiffstats
path: root/setenv.pl
diff options
context:
space:
mode:
Diffstat (limited to 'setenv.pl')
-rwxr-xr-xsetenv.pl5
1 files changed, 2 insertions, 3 deletions
diff --git a/setenv.pl b/setenv.pl
index 2916a2c8a..b48c5697a 100755
--- a/setenv.pl
+++ b/setenv.pl
@@ -17,11 +17,10 @@ BEGIN { # add the local perllibs too
# Set the environment for the FixMyStreet project
# Add the lib/perl5 in perl-external so that we can load local::lib from there
-use lib "$root/perl-external/lib/perl5";
+use lib "$root/local/lib/perl5";
# Add the perl-external dirs properly using local::lib
-use local::lib "$root/perl-external";
-use local::lib "$root/perl-external/local-lib";
+use local::lib "$root/local";
use lib "$root/commonlib/perllib";
use lib "$root/perllib";