View | Details | Raw Unified | Return to bug 13758
Collapse All | Expand All

(-)a/Makefile.PL (-1 / +1 lines)
Lines 279-284 my $target_map = { Link Here
279
  './installer'                 => 'INTRANET_CGI_DIR',
279
  './installer'                 => 'INTRANET_CGI_DIR',
280
  './errors'                    => {target => 'INTRANET_CGI_DIR'},
280
  './errors'                    => {target => 'INTRANET_CGI_DIR'},
281
  './Koha'                      => 'PERL_MODULE_DIR',
281
  './Koha'                      => 'PERL_MODULE_DIR',
282
  './Koha.pm'                   => 'PERL_MODULE_DIR',
282
  './koha-tmpl/intranet-tmpl'   => {target => 'INTRANET_TMPL_DIR', trimdir => -1},
283
  './koha-tmpl/intranet-tmpl'   => {target => 'INTRANET_TMPL_DIR', trimdir => -1},
283
  './koha-tmpl/opac-tmpl'       => {target => 'OPAC_TMPL_DIR', trimdir => -1},
284
  './koha-tmpl/opac-tmpl'       => {target => 'OPAC_TMPL_DIR', trimdir => -1},
284
  './kohaversion.pl'            => 'INTRANET_CGI_DIR', 
285
  './kohaversion.pl'            => 'INTRANET_CGI_DIR', 
285
- 

Return to bug 13758