From 215fd721fa61761f54b2ed3ab6f52b270d97ea61 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 15 Oct 2019 18:29:40 -0400 Subject: [PATCH] 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 --- Open-ILS/src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/Makefile.am b/Open-ILS/src/Makefile.am index 33d311264e..fd799c9ec9 100644 --- a/Open-ILS/src/Makefile.am +++ b/Open-ILS/src/Makefile.am @@ -67,6 +67,7 @@ core_scripts = $(examples)/oils_ctl.sh \ $(supportscr)/juv_to_adult.srfsh \ $(supportscr)/thaw_expired_frozen_holds.srfsh \ $(supportscr)/long-overdue-status-update.pl \ + $(supportscr)/badge_score_generator.pl \ $(supportscr)/purge_at_events.srfsh \ $(supportscr)/purge_holds.srfsh \ $(supportscr)/purge_circulations.srfsh \ -- 2.43.2