From 7d99474659c42ee93f01ce3f9846d008f3a49a36 Mon Sep 17 00:00:00 2001 From: Chris Nighswonger Date: Mon, 5 Nov 2007 13:13:47 -0600 Subject: [PATCH] Corrected CGI copy to include entire 'installer' subdir structure Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- Makefile.PL | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index b2ec933396..17a0e70d4d 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -17,7 +17,8 @@ # # Current maintainer MJR http://mjr.towers.org.uk/ # See http://www.koha.org/wiki/?page=KohaInstaller - +# +# 2007-11-05 Corrected CGI copy to include entire 'installer' subdir structure. -fbcit use ExtUtils::MakeMaker; use POSIX; @@ -208,7 +209,7 @@ CGIs are copied to $(PREFIX)/lib/cgi-bin/koha/ and other scripts to koha/ =cut - foreach my $src ("mainpage.pl","help.pl",glob("*/*.pl"),glob("installer/*.pm"),glob("*/*/*.pl"),glob("*/*/*/*.pl")) { + foreach my $src ("mainpage.pl","help.pl",glob("*/*.pl"),glob("installer/*"),glob("installer/*/*/*/*"),glob("*/*/*.pl"),glob("*/*/*/*.pl")) { if ($src =~ /(misc|updater|rss)\//) { $result{$src} = '$(INST_LIBDIR)/koha/'.$src; } else { -- 2.39.2