From 8dc2eb323b7268ccd18ca5cebd44e7daf905c073 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 21 Aug 2020 09:24:29 +0100 Subject: [PATCH] Bug 26265: Add pos directory to the Makefile Content-Type: text/plain; charset=utf-8 This patch adds the /pos directory to the Makefile so that pos gets properly mapped at make and install time. Signed-off-by: Katrin Fischer Signed-off-by: Marcel de Rooy --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index 1fab6ec770..6807fb92b1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -354,6 +354,7 @@ my $target_map = { './patroncards' => 'INTRANET_CGI_DIR', './patron_lists' => 'INTRANET_CGI_DIR', './plugins' => 'INTRANET_CGI_DIR', + './pos' => 'INTRANET_CGI_DIR', './reports' => 'INTRANET_CGI_DIR', './reserve' => 'INTRANET_CGI_DIR', './reviews' => 'INTRANET_CGI_DIR', -- 2.11.0