From 30e714bc51e1c9883234608e266757c07acbe5bf 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. Signed-off-by: Magnus Enger --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index af6ea2d..ada4224 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -312,6 +312,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.7.4