Merge pull request #2703 from cshore/pull-request-cgi-fix
lang/perl-cgi: Fix missing file for perl-cgi
This commit is contained in:
commit
4f391d1f2a
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