perl: Install full /usr/lib/perl5 tree into STAGING_DIR
Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
parent
c64769bd8f
commit
dfc4b6969f
1 changed files with 2 additions and 2 deletions
|
@ -98,8 +98,8 @@ define Build/Compile
|
|||
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/
|
||||
$(INSTALL_DIR) $(1)/usr/lib/perl5/5.20
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/perl5/5.20 $(1)/usr/lib/perl5/
|
||||
endef
|
||||
|
||||
define Package/perl/install
|
||||
|
|
Loading…
Reference in a new issue