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

(-)a/Makefile.PL (-1 / +1 lines)
Lines 266-271 my $target_map = { Link Here
266
  './installer-CPAN.pl'         => 'NONE',
266
  './installer-CPAN.pl'         => 'NONE',
267
  './installer'                 => 'INTRANET_CGI_DIR',
267
  './installer'                 => 'INTRANET_CGI_DIR',
268
  './errors'                    => {target => 'INTRANET_CGI_DIR'},
268
  './errors'                    => {target => 'INTRANET_CGI_DIR'},
269
  './Koha'                      => 'PERL_MODULE_DIR',
269
  './koha-tmpl/intranet-tmpl'   => {target => 'INTRANET_TMPL_DIR', trimdir => -1},
270
  './koha-tmpl/intranet-tmpl'   => {target => 'INTRANET_TMPL_DIR', trimdir => -1},
270
  './koha-tmpl/opac-tmpl'       => {target => 'OPAC_TMPL_DIR', trimdir => -1},
271
  './koha-tmpl/opac-tmpl'       => {target => 'OPAC_TMPL_DIR', trimdir => -1},
271
  './kohaversion.pl'            => 'INTRANET_CGI_DIR', 
272
  './kohaversion.pl'            => 'INTRANET_CGI_DIR', 
272
- 

Return to bug 7359