|
Lines 370-376
my $target_map = {
Link Here
|
| 370 |
# that should go in /var/tmp/koha |
370 |
# that should go in /var/tmp/koha |
| 371 |
'./tools' => 'INTRANET_CGI_DIR', |
371 |
'./tools' => 'INTRANET_CGI_DIR', |
| 372 |
'./virtualshelves' => 'INTRANET_CGI_DIR', |
372 |
'./virtualshelves' => 'INTRANET_CGI_DIR', |
| 373 |
'./xml_sax.pl' => 'PERL_MODULE_DIR', |
|
|
| 374 |
# ignore files and directories created by the install itself |
373 |
# ignore files and directories created by the install itself |
| 375 |
'./pm_to_blib' => 'NONE', |
374 |
'./pm_to_blib' => 'NONE', |
| 376 |
'./blib' => 'NONE', |
375 |
'./blib' => 'NONE', |
| 377 |
- |
|
|