Bugzilla – Attachment 105051 Details for
Bug 25068
koha-common build error caused by missing /etc/searchengine
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25068: Fix koha-common.install directives
Bug-25068-Fix-koha-commoninstall-directives.patch (text/plain), 1.24 KB, created by
Tomás Cohen Arazi (tcohen)
on 2020-05-18 22:13:06 UTC
(
hide
)
Description:
Bug 25068: Fix koha-common.install directives
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2020-05-18 22:13:06 UTC
Size:
1.24 KB
patch
obsolete
>From 0e61e42c4f7686c616a8c5bb7e2b55f7e42b1498 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Mon, 18 May 2020 03:02:05 +0000 >Subject: [PATCH] Bug 25068: Fix koha-common.install directives > >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 <mtj@kohaaloha.com> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > debian/koha-common.install | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/debian/koha-common.install b/debian/koha-common.install >index a44497c0ca6..56ada6cd13d 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.26.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 25068
:
104993
|
105010
| 105051