Bug 7857 - [SIGNED-OFF] database upgrade fails with plack
This patch fixes PERL5LIB path injection to include installer dir which is required Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
This commit is contained in:
parent
b1322bb6cb
commit
2c8829f731
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ elsif ( $step && $step == 3 ) {
|
|||
my $find = "C4/Context.pm";
|
||||
my $path = $INC{$find};
|
||||
$path =~ s/\Q$find\E//;
|
||||
$ENV{PERL5LIB} = $path;
|
||||
$ENV{PERL5LIB} = "$path:$path/installer";
|
||||
warn "# plack? inserted PERL5LIB $ENV{PERL5LIB}\n";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue