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)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 18 Jun 2021 15:23:42 +0000 (11:23 -0400)
commitf4bede3469a63a7f88bf8adfc99133b3f8af2f6f
tree049a1967c7f128e447bd6923d94a25b0da9e5c91
parent1e677a8755dfa4b5df3ff8df8f2644aedf388eb3
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>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
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