From 29c4dd2b1bd156bc2bfda7c07e24995fa43e92b9 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 21 Aug 2020 15:10:18 +0200 Subject: [PATCH] Bug 26265: Add missing xt dir Content-Type: text/plain; charset=utf-8 Signed-off-by: Marcel de Rooy --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index 6807fb92b1..7d5a2306a9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -384,6 +384,7 @@ my $target_map = { './suggestion' => 'INTRANET_CGI_DIR', './svc' => 'INTRANET_CGI_DIR', './t' => 'NONE', + './xt' => 'NONE', './tags' => 'INTRANET_CGI_DIR', './tmp' => 'NONE', # FIXME need to determine whether # Koha generates any persistent temp files -- 2.11.0