projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2edb2e3
)
lang/perl-cgi: Fix missing file for perl-cgi
2703/head
author
Daniel Dickinson
<lede@daniel.thecshore.com>
Mon, 16 May 2016 04:01:59 +0000
(
00:01
-0400)
committer
Daniel Dickinson
<lede@daniel.thecshore.com>
Mon, 16 May 2016 04:01:59 +0000
(
00:01
-0400)
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>
lang/perl-cgi/Makefile
patch
|
blob
|
history
diff --git
a/lang/perl-cgi/Makefile
b/lang/perl-cgi/Makefile
index 5fb416a0d4ddd07a22d8d82923eb09c172c13891..afecaa086d6a123c2d54c02e9448a34ed68e9b67 100644
(file)
--- 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