From 7f9efd7b1617e247737bf318fbf6047abedd63c9 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Fri, 19 Oct 2012 16:10:35 -0400 Subject: [PATCH] eg_config should be installed We were not installing eg_config, which is a useful script for returning the configured settings for an Evergreen installation. Signed-off-by: Dan Scott 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 0efce63214..47ff2e94fe 100644 --- a/Open-ILS/src/Makefile.am +++ b/Open-ILS/src/Makefile.am @@ -72,6 +72,7 @@ core_scripts = $(examples)/oils_ctl.sh \ $(supportscr)/thaw_expired_frozen_holds.srfsh \ $(supportscr)/long-overdue-status-update.pl \ $(supportscr)/action_trigger_runner.pl \ + $(srcdir)/extras/eg_config \ $(srcdir)/extras/openurl_map.pl \ $(srcdir)/extras/import/marc_add_ids -- 2.43.2