From: Daniel Dickinson Date: Mon, 16 May 2016 04:01:59 +0000 (-0400) Subject: lang/perl-cgi: Fix missing file for perl-cgi X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=53fc9cb27fd0397a7cea0d36146e44a40f623f67;p=openwrt-packages.git 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 --- 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