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 <lede@daniel.thecshore.com>
This commit is contained in:
Daniel Dickinson 2016-05-16 00:01:59 -04:00
parent 2edb2e36ec
commit 53fc9cb27f

View file

@ -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