Bugzilla – Attachment 105573 Details for
Bug 25586
Something wrong with KOHA_HOME (?)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25586: (bug 25618 follow-up) Use KOHA_HOME to guess pkg bin dir
Bug-25586-bug-25618-follow-up-Use-KOHAHOME-to-gues.patch (text/plain), 980 bytes, created by
Joonas Kylmälä
on 2020-06-05 09:44:29 UTC
(
hide
)
Description:
Bug 25586: (bug 25618 follow-up) Use KOHA_HOME to guess pkg bin dir
Filename:
MIME Type:
Creator:
Joonas Kylmälä
Created:
2020-06-05 09:44:29 UTC
Size:
980 bytes
patch
obsolete
>From f7f0ec416979856eebe6290e0cac4a68c81b83cb Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 4 Jun 2020 15:35:36 +0200 >Subject: [PATCH] Bug 25586: (bug 25618 follow-up) Use KOHA_HOME to guess pkg > bin dir >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi> >--- > debian/scripts/koha-z3950-responder | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/debian/scripts/koha-z3950-responder b/debian/scripts/koha-z3950-responder >index 7f34bb4736..ac4f966bac 100755 >--- a/debian/scripts/koha-z3950-responder >+++ b/debian/scripts/koha-z3950-responder >@@ -88,7 +88,7 @@ start_z3950() > if [ "$DEV_INSTALL" = "1" ]; then > MISCDIR=$KOHA_HOME/misc > else >- MISCDIR=/usr/share/koha/bin >+ MISCDIR=$KOHA_HOME/bin > fi > > Z3950RESPONDER="/usr/bin/perl $MISCDIR/z3950_responder.pl" >-- >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 25586
:
105552
| 105573