mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 10:38:21 +04:00
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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user