From f9598240c5d94fa5bd20aac1c25e32ea2b5e57dd 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 Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart --- Makefile.PL | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 6807fb9..7d5a230 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 -- 1.7.2.5