https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32352
--- Comment #2 from Marcel de Rooy <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
