From 4ab29e520f7f689f9794e87bdd756b7eaf4c0802 Mon Sep 17 00:00:00 2001 From: Alex Sassmannshausen Date: Wed, 22 Feb 2017 09:38:37 +0100 Subject: [PATCH] Bug 7317: Bugfix: copy ill folder during installation. * Makefile.PL: Add './ill' to list of installable directories. --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index 1cd5b89f3b..6024ab0d56 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -311,6 +311,7 @@ my $target_map = { './etc/zebradb' => { target => 'ZEBRA_CONF_DIR', trimdir => -1 }, './etc/pazpar2' => { target => 'PAZPAR2_CONF_DIR', trimdir => -1 }, './help.pl' => 'INTRANET_CGI_DIR', + './ill' => 'INTRANET_CGI_DIR', './installer-CPAN.pl' => 'NONE', './installer' => 'INTRANET_CGI_DIR', './errors' => {target => 'INTRANET_CGI_DIR'}, -- 2.12.2