From fea51b5583cba570dd2dd68f91d84cf03f276afd 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 --- 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.20.1