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:
parent
2edb2e36ec
commit
53fc9cb27f
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ define Build/Compile
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/perl-cgi/install
|
define Package/perl-cgi/install
|
||||||
$(call perlmod/Install,$(1),CGI auto/CGI)
|
$(call perlmod/Install,$(1),CGI CGI.pm auto/CGI)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue