perl: Add Config_git.pl to perlbase-config

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

View File

@ -228,7 +228,7 @@ TITLE:=Config perl module
endef
define Package/perlbase-config/install
$(call perlmod/Install,$(1),Config Config.pm Config_heavy.pl,)
$(call perlmod/Install,$(1),Config Config.pm Config_heavy.pl Config_git.pl,)
endef
$(eval $(call BuildPackage,perlbase-config))