Bug 28519: Put CGI::Session::Serialize::yamlxs in lib directory
authorDavid Cook <dcook@prosentient.com.au>
Mon, 7 Jun 2021 00:14:55 +0000 (00:14 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 17 Jun 2021 08:07:36 +0000 (10:07 +0200)
commit40089a0a538dffca7ee5bd619b902b9830e4460c
tree66f7665c4e8e6432df162b83292de2625948e277
parent323acde9911343864633718ca6f2d1b7f11c00cf
Bug 28519: Put CGI::Session::Serialize::yamlxs in lib directory

This patch adds a "lib" directory to the source tree which gets
mapped to the same directory as "C4" and "Koha" for single and
standard installations.

CGI::Session::Serialize::yamlxs is put into this "lib" directory.

This patch also includes some changes so that dev/git installations
work as well.

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Auth.pm
Makefile.PL
debian/scripts/koha-functions.sh
etc/koha-httpd.conf
etc/koha-worker.service
lib/CGI/Session/Serialize/yamlxs.pm [new file with mode: 0644]
misc/bin/koha-index-daemon-ctl.sh
misc/koha-install-log
rewrite-config.PL