Bugzilla – Attachment 65813 Details for
Bug 19067
clubs/ is not correctly mapped in Makefile.PL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19067: Map clubs/ into INTRANET_CGI_DIR in Makefile.PL
Bug-19067-Map-clubs-into-INTRANETCGIDIR-in-Makefil.patch (text/plain), 1.51 KB, created by
Jonathan Druart
on 2017-08-10 14:27:03 UTC
(
hide
)
Description:
Bug 19067: Map clubs/ into INTRANET_CGI_DIR in Makefile.PL
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-08-10 14:27:03 UTC
Size:
1.51 KB
patch
obsolete
>From 1d5e45aa7079c5ae37ad606923ba9843856e3162 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 9 Aug 2017 12:27:00 -0300 >Subject: [PATCH] Bug 19067: Map clubs/ into INTRANET_CGI_DIR in Makefile.PL > >This patch adds the required entry in Makefile.PL so the clubs/ dir is correctly installed >during the make install step. > >To test: >- Run: > $ cd kohaclone > $ perl Makefile.PL >- Follow any install method and options >- Run > $ make > $ ls blib/INTRANET_CGI_DIR/ | grep clubs >=> FAIL: No clubs dir >- Run: > $ make clean >- Apply this patch >- Run: > $ perl Makefile.PL >- Follow any install method and options >- Run > $ make > $ ls blib/INTRANET_CGI_DIR/ | grep clubs >=> SUCCESS: The clubs/ dir is correctly picked for inclussion in the intranet cgi dir >- Sign off :-D > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > Makefile.PL | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Makefile.PL b/Makefile.PL >index 1cd5b89f3b..af6ea2dfb1 100644 >--- a/Makefile.PL >+++ b/Makefile.PL >@@ -303,6 +303,7 @@ my $target_map = { > './changelanguage.pl' => 'INTRANET_CGI_DIR', > './check_sysprefs.pl' => 'NONE', > './circ' => 'INTRANET_CGI_DIR', >+ './clubs' => 'INTRANET_CGI_DIR', > './course_reserves' => 'INTRANET_CGI_DIR', > './docs/history.txt' => { target => 'DOC_DIR', trimdir => -1 }, > './offline_circ' => 'INTRANET_CGI_DIR', >-- >2.11.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 19067
:
65762
|
65765
|
65774
|
65775
| 65813 |
65814