Bug 8135 : Fix installer to copy services/ dir
authorChris Cormack <chris@bigballofwax.co.nz>
Tue, 22 May 2012 07:35:59 +0000 (19:35 +1200)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 24 May 2012 13:53:49 +0000 (15:53 +0200)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>

http://bugs.koha-community.org/show_bug.cgi?id=7318

Makefile.PL

index 2e414d5..3c1504f 100644 (file)
@@ -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 },