From 2271591bbdc28b1c8b006eef04aa746cff30b9c6 Mon Sep 17 00:00:00 2001 From: dbs Date: Wed, 14 Apr 2010 04:05:52 +0000 Subject: [PATCH] Install the password reset templates git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@16233 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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 488740f91f..df390b82b4 100644 --- a/Open-ILS/src/Makefile.am +++ b/Open-ILS/src/Makefile.am @@ -211,6 +211,7 @@ ilscore-install: $(MKDIR_P) $(TEMPLATEDIR) cp -r @srcdir@/perlmods/* $(perldir) cp -r @srcdir@/templates/marc $(TEMPLATEDIR) + cp -r @srcdir@/templates/password-reset $(TEMPLATEDIR) sed -i 's|SYSCONFDIR|@sysconfdir@|g' '$(DESTDIR)@libdir@/perl5/OpenILS/WWW/Web.pm' sed -i 's|SYSCONFDIR|@sysconfdir@|g' '$(DESTDIR)@libdir@/perl5/OpenILS/WWW/Method.pm' @echo "Installing string templates to $(TEMPLATEDIR)" -- 2.11.0