From 5badc4e81a5cd314e83285c09e882792760db9c3 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 22 Mar 2013 06:30:42 -0700 Subject: [PATCH] [PASSED QA] 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. --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index b69dfad..f306e2d 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', -- 1.7.9.5