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

(-)a/Makefile.PL (-1 / +1 lines)
Lines 313-318 my $target_map = { Link Here
313
                                           # that should go in /var/tmp/koha
313
                                           # that should go in /var/tmp/koha
314
  './tools'                     => 'INTRANET_CGI_DIR',
314
  './tools'                     => 'INTRANET_CGI_DIR',
315
  './virtualshelves'            => 'INTRANET_CGI_DIR',
315
  './virtualshelves'            => 'INTRANET_CGI_DIR',
316
  './xml_sax.pl'                => 'PERL_MODULE_DIR',
316
  # ignore files and directories created by the install itself
317
  # ignore files and directories created by the install itself
317
  './pm_to_blib'                => 'NONE',
318
  './pm_to_blib'                => 'NONE',
318
  './blib'                      => 'NONE',
319
  './blib'                      => 'NONE',
319
- 

Return to bug 5033