From 53fc9cb27fd0397a7cea0d36146e44a40f623f67 Mon Sep 17 00:00:00 2001 From: Daniel Dickinson Date: Mon, 16 May 2016 00:01:59 -0400 Subject: [PATCH] lang/perl-cgi: Fix missing file for perl-cgi Perl CGI fails to copy CGI.pm to package and therefore perl programs and modules depend on CGI module fail. Signed-off-by: Daniel Dickinson --- lang/perl-cgi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/perl-cgi/Makefile b/lang/perl-cgi/Makefile index 5fb416a0d..afecaa086 100644 --- a/lang/perl-cgi/Makefile +++ b/lang/perl-cgi/Makefile @@ -41,7 +41,7 @@ define Build/Compile endef define Package/perl-cgi/install - $(call perlmod/Install,$(1),CGI auto/CGI) + $(call perlmod/Install,$(1),CGI CGI.pm auto/CGI) endef