[Koha-bugs] [Bug 32352] xt/check_makefile.t failing on node_modules

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Nov 26 08:24:00 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32352

--- Comment #2 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Just a dumb question :) What about:
The dir should exist, right?

diff --git a/Makefile.PL b/Makefile.PL
index 131d8a0ae2..9d4eb9d604 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -346,6 +346,7 @@ my $target_map = {
   './misc/translator'           => { target => 'MISC_DIR', trimdir => 2 },
   './misc/koha-install-log'     => { target => 'MISC_DIR', trimdir => -1 },
   './misc/installer_devel_notes' => 'NONE',
+  './node_modules'              => 'INTRANET_CGI_DIR',
   './opac'                      => 'OPAC_CGI_DIR',
   './OpenILS'                   => 'PERL_MODULE_DIR',
   './README.txt'                => 'NONE',

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list