From f7f0ec416979856eebe6290e0cac4a68c81b83cb Mon Sep 17 00:00:00 2001 From: Jonathan Druart 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ä --- 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