Bugzilla – Attachment 111315 Details for
Bug 20582
Turn Koha into a Mojolicious application
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20582: Map app.psgi file and bin directory in Makefile.PL
Bug-20582-Map-apppsgi-file-and-bin-directory-in-Ma.patch (text/plain), 1.01 KB, created by
Julian Maurice
on 2020-10-06 16:02:25 UTC
(
hide
)
Description:
Bug 20582: Map app.psgi file and bin directory in Makefile.PL
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2020-10-06 16:02:25 UTC
Size:
1.01 KB
patch
obsolete
>From c22bc15c84e3f720c92b576d3c93f798ede4f0d4 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Tue, 6 Oct 2020 17:54:09 +0200 >Subject: [PATCH] Bug 20582: Map app.psgi file and bin directory in Makefile.PL > >--- > Makefile.PL | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/Makefile.PL b/Makefile.PL >index 90d52256c6..b2d48ae65f 100644 >--- a/Makefile.PL >+++ b/Makefile.PL >@@ -305,8 +305,10 @@ my $target_map = { > './acqui' => 'INTRANET_CGI_DIR', > './admin' => 'INTRANET_CGI_DIR', > './api' => { target => 'API_CGI_DIR', trimdir => -1 }, >+ './app.psgi' => 'SCRIPT_DIR', > './authorities' => 'INTRANET_CGI_DIR', > './basket' => 'INTRANET_CGI_DIR', >+ './bin' => { target => 'SCRIPT_DIR', trimdir => -1 }, > './C4' => 'PERL_MODULE_DIR', > './C4/SIP/t' => 'NONE', > './C4/SIP/koha_test' => 'NONE', >-- >2.20.1
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 20582
:
74173
|
74517
|
74518
|
74519
|
74520
|
79648
|
81687
|
81857
|
82423
|
84526
|
84527
|
84528
|
84529
|
84530
|
84531
|
91009
|
99267
|
103633
|
103720
|
103721
|
109282
|
109283
|
109284
|
109895
|
109896
|
109897
|
109898
|
109899
|
109900
|
111282
| 111315 |
111374