From 4e4856d421ba37b74317c8139324978f0818036f Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Fri, 19 Oct 2012 16:10:35 -0400 Subject: [PATCH 2/4] 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 --- 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 0efce63..47ff2e9 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 -- 1.7.11.7