perl: Add _charnames.pm to perlbase-charnames

Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
Marcel Denia 2014-08-20 00:33:41 +02:00
parent 7087b58ef6
commit ef58208bf9
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ TITLE:=charnames perl module
endef
define Package/perlbase-charnames/install
$(call perlmod/Install,$(1),charnames.pm,)
$(call perlmod/Install,$(1),charnames.pm _charnames.pm,)
endef
$(eval $(call BuildPackage,perlbase-charnames))