LP#1442695: install purge_pending_users.srfsh to /openils/bin by default
authorGalen Charlton <gmc@esilibrary.com>
Fri, 10 Apr 2015 15:47:29 +0000 (15:47 +0000)
committerBen Shum <bshum@biblio.org>
Tue, 14 Apr 2015 20:25:18 +0000 (16:25 -0400)
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 <gmc@esilibrary.com>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/Makefile.am

index 330f5ab..07d90f9 100644 (file)
@@ -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 \