Bugzilla – Attachment 38952 Details for
Bug 13758
KOHAVERSION should be statically set
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13758: (QA followup) Make Makefile.PL aware of Koha.pm
Bug-13758-QA-followup-Make-MakefilePL-aware-of-Koh.patch (text/plain), 952 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2015-05-07 15:25:33 UTC
(
hide
)
Description:
Bug 13758: (QA followup) Make Makefile.PL aware of Koha.pm
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2015-05-07 15:25:33 UTC
Size:
952 bytes
patch
obsolete
>From 52c4161c83c9456836a8bfb4b0e1c1ab95896acc Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Thu, 7 May 2015 11:42:12 -0300 >Subject: [PATCH] Bug 13758: (QA followup) Make Makefile.PL aware of Koha.pm > >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 4b89524..96d2fb7 100644 >--- a/Makefile.PL >+++ b/Makefile.PL >@@ -279,6 +279,7 @@ my $target_map = { > './installer' => 'INTRANET_CGI_DIR', > './errors' => {target => 'INTRANET_CGI_DIR'}, > './Koha' => 'PERL_MODULE_DIR', >+ './Koha.pm' => 'PERL_MODULE_DIR', > './koha-tmpl/intranet-tmpl' => {target => 'INTRANET_TMPL_DIR', trimdir => -1}, > './koha-tmpl/opac-tmpl' => {target => 'OPAC_TMPL_DIR', trimdir => -1}, > './kohaversion.pl' => 'INTRANET_CGI_DIR', >-- >2.4.0
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 13758
:
36951
|
36962
|
36963
|
36988
|
38661
|
38662
|
38663
|
38738
|
38739
| 38952 |
38958
|
38971