From ce1ed7e02fe571ee10e3667fa38a258b4047c469 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 8 Nov 2022 21:18:21 -0300 Subject: [PATCH] Bug 32030: Add erm/ dir to Makefile.PL Signed-off-by: Tomas Cohen Arazi --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index 967540443e..89c47edf9b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -320,6 +320,7 @@ my $target_map = { './docs/contributors.yaml' => { target => 'DOC_DIR', trimdir => -1 }, './docs/teams.yaml' => { target => 'DOC_DIR', trimdir => -1 }, './offline_circ' => 'INTRANET_CGI_DIR', + './erm' => 'INTRANET_CGI_DIR', './etc' => { target => 'KOHA_CONF_DIR', trimdir => -1 }, './etc/zebradb' => { target => 'ZEBRA_CONF_DIR', trimdir => -1 }, './etc/z3950' => { target => 'Z3950_CONF_DIR', trimdir => -1 }, -- 2.39.5