From 07ba06a5af4ec9bfea63769bf6162f0f8aec0a94 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 22 Mar 2013 06:30:42 -0700 Subject: [PATCH] Bug 9890 - Fix the new plugin system for package installs Create the plugins directory in the Makefile Signed-off-by: Katrin Fischer One line change, all ok. Signed-off-by: Jared Camins-Esakov --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index b69dfad35a..f306e2d866 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -293,6 +293,7 @@ my $target_map = { './OpenILS' => 'PERL_MODULE_DIR', './README.txt' => 'NONE', './patroncards' => 'INTRANET_CGI_DIR', + './plugins' => 'INTRANET_CGI_DIR', './reports' => 'INTRANET_CGI_DIR', './reserve' => 'INTRANET_CGI_DIR', './reviews' => 'INTRANET_CGI_DIR', -- 2.20.1