Bugzilla – Attachment 97494 Details for
Bug 24445
Add missing Z3950 updates to Makefile.PL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13937: add z3950 to makefile
Bug-13937-add-z3950-to-makefile.patch (text/plain), 3.97 KB, created by
Mason James
on 2020-01-17 10:50:55 UTC
(
hide
)
Description:
Bug 13937: add z3950 to makefile
Filename:
MIME Type:
Creator:
Mason James
Created:
2020-01-17 10:50:55 UTC
Size:
3.97 KB
patch
obsolete
>From ff168c460e68794b0fde33d9924d4f28d7300445 Mon Sep 17 00:00:00 2001 >From: Mason James <mtj@kohaaloha.com> >Date: Fri, 29 Nov 2019 12:11:15 +0000 >Subject: [PATCH] Bug 13937: add z3950 to makefile >Content-Type: text/plain; charset="utf-8" > >https://bugs.koha-community.org/show_bug.cgi?id=24445 >--- > Makefile.PL | 5 +++++ > debian/koha-common.install | 2 +- > 2 files changed, 6 insertions(+), 1 deletion(-) > >diff --git a/Makefile.PL b/Makefile.PL >index 184752e..18ae802 100644 >--- a/Makefile.PL >+++ b/Makefile.PL >@@ -320,6 +320,7 @@ my $target_map = { > './offline_circ' => 'INTRANET_CGI_DIR', > './etc' => { target => 'KOHA_CONF_DIR', trimdir => -1 }, > './etc/zebradb' => { target => 'ZEBRA_CONF_DIR', trimdir => -1 }, >+ './etc/z3950' => { target => 'Z3950_CONF_DIR', trimdir => -1 }, > './etc/pazpar2' => { target => 'PAZPAR2_CONF_DIR', trimdir => -1 }, > './help.pl' => 'INTRANET_CGI_DIR', > './ill' => 'INTRANET_CGI_DIR', >@@ -661,6 +662,7 @@ $config{ZEBRA_PTOKENIZER_STMT} = $config{ZEBRA_TOKENIZER} eq 'icu' > my %test_suite_override_dirs = ( > KOHA_CONF_DIR => ['etc'], > ZEBRA_CONF_DIR => ['etc', 'zebradb'], >+ Z3950_CONF_DIR => ['etc', 'z3950'], > LOG_DIR => ['var', 'log'], > BACKUP_DIR => ['var', 'spool'], > SCRIPT_DIR => ['bin'], >@@ -1382,6 +1384,7 @@ sub get_target_directories { > $dirmap{'PERL_MODULE_DIR'} = File::Spec->catdir(@basedir, $package, 'lib'); > $dirmap{'KOHA_CONF_DIR'} = File::Spec->catdir(@basedir, $package, 'etc'); > $dirmap{'ZEBRA_CONF_DIR'} = File::Spec->catdir(@basedir, $package, 'etc', 'zebradb'); >+ $dirmap{'Z3950_CONF_DIR'} = File::Spec->catdir(@basedir, $package, 'etc', 'z3950'); > $dirmap{'PAZPAR2_CONF_DIR'} = File::Spec->catdir(@basedir, $package, 'etc', 'pazpar2'); > $dirmap{'MISC_DIR'} = File::Spec->catdir(@basedir, $package, 'misc'); > $dirmap{'SCRIPT_DIR'} = File::Spec->catdir(@basedir, $package, 'bin'); >@@ -1414,6 +1417,7 @@ sub get_target_directories { > $skipdirs{'PERL_MODULE_DIR'} = 1; > $dirmap{'KOHA_CONF_DIR'} = File::Spec->catdir(@basedir, $package, 'etc'); > $dirmap{'ZEBRA_CONF_DIR'} = File::Spec->catdir(@basedir, $package, 'etc', 'zebradb'); >+ $dirmap{'Z3950_CONF_DIR'} = File::Spec->catdir(@basedir, $package, 'etc', 'z3950'); > $dirmap{'PAZPAR2_CONF_DIR'} = File::Spec->catdir(@basedir, $package, 'etc', 'pazpar2'); > $dirmap{'MISC_DIR'} = File::Spec->catdir(@basedir, $package, 'misc'); > $dirmap{'SCRIPT_DIR'} = File::Spec->catdir(@basedir, $package, 'bin'); >@@ -1441,6 +1445,7 @@ sub get_target_directories { > $dirmap{'PERL_MODULE_DIR'} = File::Spec->catdir(@basedir, $package, 'lib'); > $dirmap{'KOHA_CONF_DIR'} = File::Spec->catdir(File::Spec->rootdir(), 'etc', $package); > $dirmap{'ZEBRA_CONF_DIR'} = File::Spec->catdir(File::Spec->rootdir(), 'etc', $package, 'zebradb'); >+ $dirmap{'Z3950_CONF_DIR'} = File::Spec->catdir(File::Spec->rootdir(), 'etc', $package, 'z3950'); > $dirmap{'PAZPAR2_CONF_DIR'} = File::Spec->catdir(File::Spec->rootdir(), 'etc', $package, 'pazpar2'); > $dirmap{'MISC_DIR'} = File::Spec->catdir(@basedir, $package, 'misc'); > $dirmap{'SCRIPT_DIR'} = File::Spec->catdir(@basedir, $package, 'bin'); >diff --git a/debian/koha-common.install b/debian/koha-common.install >index 2ebfcc9..a44497c 100644 >--- a/debian/koha-common.install >+++ b/debian/koha-common.install >@@ -2,8 +2,8 @@ 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 > debian/templates/* etc/koha >-debian/tmp/etc/z3950 etc/koha > debian/koha-post-install-setup usr/sbin > debian/unavailable.html usr/share/koha/intranet/htdocs > debian/unavailable.html usr/share/koha/opac/htdocs >-- >2.1.4
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 24445
:
97494
|
97495
|
97497