Bugzilla – Attachment 16412 Details for
Bug 9843
OpenILS/QueryParser.pm not (always) installed when installing from tarball
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 9843: Include OpenILS directory in Perl lib directory
Bug-9843-Include-OpenILS-directory-in-Perl-lib-dir.patch (text/plain), 1.44 KB, created by
Tomás Cohen Arazi (tcohen)
on 2013-03-19 15:38:45 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 9843: Include OpenILS directory in Perl lib directory
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2013-03-19 15:38:45 UTC
Size:
1.44 KB
patch
obsolete
>From 2074c6feb44d9ac0386537ea6a7bc01287877a9f Mon Sep 17 00:00:00 2001 >From: Jared Camins-Esakov <jcamins@cpbibliography.com> >Date: Tue, 19 Mar 2013 08:14:20 -0400 >Subject: [PATCH] Bug 9843: Include OpenILS directory in Perl lib directory > >When installing from the tarball, the OpenILS/QueryParser.pm file seems >to be missed because it is not included in Makefile.PL... sometimes. > >To test: >1) Run Makefile.PL and make. >2) Look in blib/PERL_MODULE_DIR/ and check if the OpenILS directory is > there. >3) Apply patch. >4) Rerun Makefile.PL and make. >5) Confirm that OpenILS directory is now in blib/PERL_MODULE_DIR/ > regardless of whether or not it was there during step (2). >6) Sign off. > >Note: Confirmed that OpenILS directory is correctly installed in the lib dir, >in 'standard' install mode, and also 'single'. > >Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> >--- > Makefile.PL | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Makefile.PL b/Makefile.PL >index 6c6e186..9cb34e0 100644 >--- a/Makefile.PL >+++ b/Makefile.PL >@@ -286,6 +286,7 @@ my $target_map = { > './misc/koha-install-log' => { target => 'MISC_DIR', trimdir => -1 }, > './misc/installer_devel_notes' => 'NONE', > './opac' => 'OPAC_CGI_DIR', >+ './OpenILS' => 'PERL_MODULE_DIR', > './README.txt' => 'NONE', > './patroncards' => 'INTRANET_CGI_DIR', > './reports' => 'INTRANET_CGI_DIR', >-- >1.7.10.4
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 9843
:
16375
|
16412
|
16416