Bugzilla – Attachment 10345 Details for
Bug 7857
database upgrade fails with plack
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7857 - [SIGNED-OFF] database upgrade fails with plack
Bug-7857---SIGNED-OFF-database-upgrade-fails-with-.patch (text/plain), 925 bytes, created by
Jonathan Druart
on 2012-06-18 08:32:03 UTC
(
hide
)
Description:
Bug 7857 - [SIGNED-OFF] database upgrade fails with plack
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2012-06-18 08:32:03 UTC
Size:
925 bytes
patch
obsolete
>From f79277e4544399df35d5f98ef436facff1ac7b3f Mon Sep 17 00:00:00 2001 >From: Dobrica Pavlinusic <dpavlin@rot13.org> >Date: Mon, 18 Jun 2012 10:32:00 +0200 >Subject: [PATCH] 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> >--- > installer/install.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/installer/install.pl b/installer/install.pl >index 460a0c0..d9feac4 100755 >--- a/installer/install.pl >+++ b/installer/install.pl >@@ -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"; > } > >-- >1.7.7.3
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7857
:
8726
|
8729
|
8912
|
9888
|
10287
| 10345