From 73d671a4642cfb64dcd194868d7f381a0f277d8c Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 10 Apr 2015 15:47:29 +0000 Subject: [PATCH] LP#1442695: install purge_pending_users.srfsh to /openils/bin by default Since purge_pending_users.srfsh is in the example crontab, it should be installed to the Evergreen binaries directory (typically /openils/bin) by default. Signed-off-by: Galen Charlton Signed-off-by: Ben Shum --- 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 330f5abeaf..07d90f9f87 100644 --- a/Open-ILS/src/Makefile.am +++ b/Open-ILS/src/Makefile.am @@ -72,6 +72,7 @@ core_scripts = $(examples)/oils_ctl.sh \ $(supportscr)/long-overdue-status-update.pl \ $(supportscr)/purge_holds.srfsh \ $(supportscr)/purge_circulations.srfsh \ + $(supportscr)/purge_pending_users.srfsh \ $(supportscr)/sitemap_generator \ $(srcdir)/extras/eg_config \ $(srcdir)/extras/openurl_map.pl \ -- 2.43.2