perl: properly stage libperl.so
Signed-off-by: John Crispin <blogic@openwrt.org>
This commit is contained in:
parent
3a245420a8
commit
89ed65b04c
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ endef
|
|||
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/lib/perl5/5.20/CORE
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/perl5/5.20/CORE/*.h $(1)/usr/lib/perl5/5.20/CORE/
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/perl5/5.20 $(1)/usr/lib/perl5/
|
||||
endef
|
||||
|
||||
define Package/perl/install
|
||||
|
|
Loading…
Reference in a new issue