From 0c69d0f3518e72eeaef73896b0d287fbc975ba0c 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 --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index 2e414d5..3c1504f 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 }, -- 1.7.10