From 2eee8f4191e7e5ee21b2772c3fb39f9c1a467692 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 14 Oct 2013 22:43:41 +0000 Subject: [PATCH] Bug 10565: (follow-up) ensure that new patron_lists/ CGI directory is installed Signed-off-by: Galen Charlton --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index 57bb108222..66f9a0f064 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -295,6 +295,7 @@ my $target_map = { './OpenILS' => 'PERL_MODULE_DIR', './README.txt' => 'NONE', './patroncards' => 'INTRANET_CGI_DIR', + './patron_lists' => 'INTRANET_CGI_DIR', './plugins' => 'INTRANET_CGI_DIR', './reports' => 'INTRANET_CGI_DIR', './reserve' => 'INTRANET_CGI_DIR', -- 2.39.5