diff --git a/lang/perl-cgi/Makefile b/lang/perl-cgi/Makefile index 5fb416a0d..afecaa086 100644 --- a/lang/perl-cgi/Makefile +++ b/lang/perl-cgi/Makefile @@ -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