https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42886 Mason James <mtj@kohaaloha.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtj@kohaaloha.com --- Comment #17 from Mason James <mtj@kohaaloha.com> --- (In reply to Baptiste Wojtkowski (bwoj) from comment #16)
Pushed into 25.11.x for 25.11.08 nice work everyone
hi Baptiste the reference to the following 2 files in Makefile.PL breaks the package build, as the two files do not exist in 25.22.x branch edifact_interchange.css edifact_interchange-rtl.css 682 $file_map->{'koha-tmpl/intranet-tmpl/prog/css/edifact_interchange.css'} = 683 'blib/INTRANET_TMPL_DIR/prog/css/edifact_interchange.css'; 684 $file_map->{'koha-tmpl/intranet-tmpl/prog/css/edifact_interchange-rtl.css'} = 685 'blib/INTRANET_TMPL_DIR/prog/css/edifact_interchange-rtl.css'; ...removing these lines in Makefile.PL should fix the build again :) -- You are receiving this mail because: You are watching all bug changes.