@@ -, +, @@ line ... is there with an absolute path. --- debian/koha-common.install | 1 + debian/templates/koha-conf-site.xml.in | 1 + etc/koha-conf.xml | 1 + 3 files changed, 3 insertions(+) --- a/debian/koha-common.install +++ a/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 --- a/debian/templates/koha-conf-site.xml.in +++ a/debian/templates/koha-conf-site.xml.in @@ -274,6 +274,7 @@ 0 + /etc/koha/searchengine/queryparser.yaml --- a/etc/koha-conf.xml +++ a/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 --