From 51d869cc9ba68c2c4b4c8980618853847351a87a Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Wed, 6 Feb 2013 14:03:03 -0500 Subject: [PATCH] [PASSED QA] Bug 9239 follow-up: update koha-conf.xml The previous patches were missing the koha-conf.xml updates. This patch updates koha-conf.xml and makes the changes neccessary to include the QueryParser configuration file in the packages. To test: 1) Run Makefile and check generated koha-conf.xml to confirm that the line ... is there with an absolute path. 2) That was it. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Tested update successfully - new line now shows up and query parser is used. --- debian/koha-common.install | 1 + debian/templates/koha-conf-site.xml.in | 1 + etc/koha-conf.xml | 1 + 3 files changed, 3 insertions(+) diff --git a/debian/koha-common.install b/debian/koha-common.install index 2a5573e..8288c39 100644 --- a/debian/koha-common.install +++ b/debian/koha-common.install @@ -1,5 +1,6 @@ misc/release_notes/release_notes_3*.txt usr/share/doc/koha-common debian/tmp/usr/* usr +debian/tmp/etc/koha/searchengine debian/tmp/etc/koha/pazpar2 debian/tmp/etc/koha/zebradb/[!z]* debian/templates/* etc/koha diff --git a/debian/templates/koha-conf-site.xml.in b/debian/templates/koha-conf-site.xml.in index 0858059..4b1c867 100644 --- a/debian/templates/koha-conf-site.xml.in +++ b/debian/templates/koha-conf-site.xml.in @@ -274,6 +274,7 @@ 0 + /etc/koha/searchengine/queryparser.yaml diff --git a/etc/koha-conf.xml b/etc/koha-conf.xml index 53d7ce8..ad7bce7 100644 --- a/etc/koha-conf.xml +++ b/etc/koha-conf.xml @@ -293,5 +293,6 @@ __PAZPAR2_TOGGLE_XML_POST__ 0 __BIB_INDEX_MODE__ __AUTH_INDEX_MODE__ + __KOHA_CONF_DIR__/searchengine/queryparser.yaml -- 1.7.9.5