Bug 20582: Map app.psgi file and bin directory in Makefile.PL
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
5f492e3049
commit
880be262da
1 changed files with 2 additions and 0 deletions
|
@ -305,8 +305,10 @@ my $target_map = {
|
|||
'./acqui' => 'INTRANET_CGI_DIR',
|
||||
'./admin' => 'INTRANET_CGI_DIR',
|
||||
'./api' => { target => 'API_CGI_DIR', trimdir => -1 },
|
||||
'./app.psgi' => 'SCRIPT_DIR',
|
||||
'./authorities' => 'INTRANET_CGI_DIR',
|
||||
'./basket' => 'INTRANET_CGI_DIR',
|
||||
'./bin' => { target => 'SCRIPT_DIR', trimdir => -1 },
|
||||
'./C4' => 'PERL_MODULE_DIR',
|
||||
'./C4/SIP/t' => 'NONE',
|
||||
'./C4/SIP/koha_test' => 'NONE',
|
||||
|
|
Loading…
Reference in a new issue