Bugzilla – Attachment 82699 Details for
Bug 21897
Typo in postinst affecting zebra configuration file installation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21897: Typo in postinst
Bug-21897-Typo-in-postinst.patch (text/plain), 1.53 KB, created by
Martin Renvoize (ashimema)
on 2018-11-28 11:58:44 UTC
(
hide
)
Description:
Bug 21897: Typo in postinst
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2018-11-28 11:58:44 UTC
Size:
1.53 KB
patch
obsolete
>From 21d18c7e9a5a92a88ebf4443fd346fbf1ba0ab81 Mon Sep 17 00:00:00 2001 >From: Mirko Tietgen <mirko@abunchofthings.net> >Date: Wed, 28 Nov 2018 11:18:09 +0100 >Subject: [PATCH] Bug 21897: Typo in postinst > >Small typo (missing space) > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > debian/koha-common.postinst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/debian/koha-common.postinst b/debian/koha-common.postinst >index ff6cea2e4a..b5f72cdf5f 100644 >--- a/debian/koha-common.postinst >+++ b/debian/koha-common.postinst >@@ -136,7 +136,7 @@ fi > # that we're fixing them from is there, so we just run it every time. Maybe > # in many years time we can get rid of this, when no one will be running > # Koha < 3.20. >-for zfile in $( find /etc/koha/sites-name zebra-authorities-dom.cfg -or -name zebra-biblios-dom.cfg ); do >+for zfile in $( find /etc/koha/sites -name zebra-authorities-dom.cfg -or -name zebra-biblios-dom.cfg ); do > perl -p -i -e 's{^modulePath: /usr/lib/idzebra-2.0/modules$}{modulePath: /usr/lib/idzebra-2.0/modules:/usr/lib/x86_64-linux-gnu/idzebra-2.0/modules:/usr/lib/i386-linux-gnu/idzebra-2.0/modules:/usr/lib/aarch64-linux-gnu/idzebra-2.0/modules:/usr/lib/arm-linux-gnueabi/idzebra-2.0/modules:/usr/lib/arm-linux-gnueabihf/idzebra-2.0/modules:/usr/lib/mips-linux-gnu/idzebra-2.0/modules:/usr/lib/mipsel-linux-gnu/idzebra-2.0/modules:/usr/lib/powerpc-linux-gnu/idzebra-2.0/modules:/usr/lib/powerpc64le-linux-gnu/idzebra-2.0/modules:/usr/lib/s390x-linux-gnu/idzebra-2.0/modules}' $zfile > done > >-- >2.19.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 21897
:
82694
| 82699