From: Galen Charlton Date: Tue, 15 Oct 2019 22:29:40 +0000 (-0400) Subject: LP#1847784: install badge_score_generator.pl by default X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=77d4613e3eaae40505c0f6c2b3362d00679d7db9;p=evergreen%2Fmasslnc.git LP#1847784: install badge_score_generator.pl by default To test ------- [1] Perform an Evergreen installation/upgrade. [2] Verify that badge_score_generator.pl is present in /openils/bin (or an alternative installation location specified during the ./configure step). Signed-off-by: Galen Charlton Signed-off-by: Mike Rylander --- diff --git a/Open-ILS/src/Makefile.am b/Open-ILS/src/Makefile.am index 87a8b00488..c7a8a42b4f 100644 --- a/Open-ILS/src/Makefile.am +++ b/Open-ILS/src/Makefile.am @@ -70,6 +70,7 @@ core_scripts = $(examples)/oils_ctl.sh \ $(supportscr)/thaw_expired_frozen_holds.srfsh \ $(supportscr)/long-overdue-status-update.pl \ $(supportscr)/oils_header.pl \ + $(supportscr)/badge_score_generator.pl \ $(supportscr)/purge_at_events.srfsh \ $(supportscr)/purge_holds.srfsh \ $(supportscr)/purge_circulations.srfsh \