Bugzilla – Attachment 10287 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 - fix PERL5LIB followup
Bug-7857-PERL5LIB-followup.patch (text/plain), 810 bytes, created by
Dobrica Pavlinusic
on 2012-06-14 21:35:11 UTC
(
hide
)
Description:
Bug 7857 - fix PERL5LIB followup
Filename:
MIME Type:
Creator:
Dobrica Pavlinusic
Created:
2012-06-14 21:35:11 UTC
Size:
810 bytes
patch
obsolete
>From 1c2581e0f6b749d434974a6acda60ba8d0985845 Mon Sep 17 00:00:00 2001 >From: Dobrica Pavlinusic <dpavlin@rot13.org> >Date: Thu, 14 Jun 2012 23:31:09 +0200 >Subject: [PATCH] Bug 7857 - database upgrade fails with plack > >This patch fixes PERL5LIB path injection to include installer dir >which is required >--- > installer/install.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/installer/install.pl b/installer/install.pl >index 5deb653..75a4eee 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.2.5
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