Browse Source

Merge pull request #2703 from cshore/pull-request-cgi-fix

lang/perl-cgi: Fix missing file for perl-cgi
lilik-openwrt-22.03
Naoir 8 years ago
parent
commit
4f391d1f2a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lang/perl-cgi/Makefile

+ 1
- 1
lang/perl-cgi/Makefile 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


Loading…
Cancel
Save