From 8d7826bd7b5017c1f892e9ad9801452c50f77855 Mon Sep 17 00:00:00 2001 From: David Cook Date: Mon, 18 May 2020 03:02:05 +0000 Subject: [PATCH] Bug 25068: Fix koha-common.install directives Content-Type: text/plain; charset="utf-8" Bug 24735 removed etc/searchengine/queryparser.yml, which removed the need for koha-common.install to install the following file: debian/tmp/etc/koha/searchengine This patch removes that line and causes the Koha packages to build correctly again. To test: 0) Apply patch 1) Build a Koha package using one of the following methods: - https://wiki.koha-community.org/wiki/Building_Debian_Packages_-_The_Easy_Way - https://hub.docker.com/r/koha/koha-dpkg - https://gitlab.com/minusdavid/koha-deb-builder-docker Signed-off-by: Mason James --- debian/koha-common.install | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/koha-common.install b/debian/koha-common.install index a44497c..56ada6c 100644 --- a/debian/koha-common.install +++ b/debian/koha-common.install @@ -1,5 +1,4 @@ debian/tmp/usr/* usr -debian/tmp/etc/koha/searchengine debian/tmp/etc/koha/pazpar2 debian/tmp/etc/koha/zebradb/[!z]* debian/tmp/etc/koha/z3950 -- 2.1.4