added two new intranet directories to installation list
authorGalen Charlton <gmcharlt@gmail.com>
Fri, 5 Feb 2010 11:48:35 +0000 (06:48 -0500)
committerGalen Charlton <gmcharlt@gmail.com>
Fri, 5 Feb 2010 11:50:06 +0000 (06:50 -0500)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>

Makefile.PL

index 584bbdb..2cc1108 100644 (file)
@@ -241,6 +241,7 @@ my $target_map = {
   './acqui'                     => 'INTRANET_CGI_DIR',
   './admin'                     => 'INTRANET_CGI_DIR',
   './authorities'               => 'INTRANET_CGI_DIR',
+  './basket'                    => 'INTRANET_CGI_DIR',
   './C4'                        => 'PERL_MODULE_DIR',
   './C4/SIP/t'                  => 'NONE',
   './C4/SIP/koha_test'          => 'NONE',
@@ -275,6 +276,7 @@ my $target_map = {
   './misc/installer_devel_notes' => 'NONE',
   './opac'                      => 'OPAC_CGI_DIR',
   './README.txt'                => 'NONE',
+  './patroncards'               => 'INTRANET_CGI_DIR',
   './reports'                   => 'INTRANET_CGI_DIR',
   './reserve'                   => 'INTRANET_CGI_DIR',
   './reviews'                   => 'INTRANET_CGI_DIR',