From 754a5e1253d7cdf53cbfe72e515c6797bd86885d Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 1 May 2023 09:12:28 -0400 Subject: [PATCH] LP#1979071: (follow-up) install ingest_ctl by default Signed-off-by: Galen Charlton --- Open-ILS/src/Makefile.am | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Open-ILS/src/Makefile.am b/Open-ILS/src/Makefile.am index 1391e81..4536848 100644 --- a/Open-ILS/src/Makefile.am +++ b/Open-ILS/src/Makefile.am @@ -81,7 +81,8 @@ core_scripts = $(examples)/oils_ctl.sh \ $(srcdir)/extras/eg_config \ $(srcdir)/extras/openurl_map.pl \ $(srcdir)/extras/import/marc_add_ids \ - $(supportscr)/pingest.pl + $(supportscr)/pingest.pl \ + $(supportscr)/ingest_ctl installautojs = $(autojsbinscripts) -- 1.7.2.5