From 209be0b46071a73ba9cef611d567e3e6c08120b2 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 --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index 1fab6ec770..4003f60391 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -383,6 +383,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.20.1