X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Makefile.PL;h=acdeac1178cdee57ef4bded9bfa1127eb57bea6c;hb=076ca9324fb000b132216b07799e8b9f7e391342;hp=074ff55dd897e5accf6a3152c24cdb7fc699bfbb;hpb=c0234dd9b9649063acf2617fecf5c6efda38a532;p=koha.git diff --git a/Makefile.PL b/Makefile.PL index 074ff55dd8..acdeac1178 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -266,6 +266,7 @@ my $target_map = { './installer-CPAN.pl' => 'NONE', './installer' => 'INTRANET_CGI_DIR', './errors' => {target => 'INTRANET_CGI_DIR'}, + './Koha' => 'PERL_MODULE_DIR', './koha-tmpl/intranet-tmpl' => {target => 'INTRANET_TMPL_DIR', trimdir => -1}, './koha-tmpl/opac-tmpl' => {target => 'OPAC_TMPL_DIR', trimdir => -1}, './kohaversion.pl' => 'INTRANET_CGI_DIR',