From e9c0f206ac35250663ddc59f902d35e89085ef54 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Tue, 22 May 2012 19:35:59 +1200 Subject: [PATCH] Bug 8135 : Fix installer to copy services/ dir Signed-off-by: Julian Maurice Signed-off-by: Paul Poulain http://bugs.koha-community.org/show_bug.cgi?id=7318 --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index 2e414d5536..3c1504f3a9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -290,6 +290,7 @@ my $target_map = { './rewrite-config.PL' => 'NONE', './reviews' => 'INTRANET_CGI_DIR', './serials' => 'INTRANET_CGI_DIR', + './services' => 'INTRANET_CGI_DIR', './skel' => 'NONE', './skel/var/log/koha' => { target => 'LOG_DIR', trimdir => -1 }, './skel/var/run/koha/zebradb' => { target => 'ZEBRA_RUN_DIR', trimdir => -1 }, -- 2.39.5