Browse Source

perl: Install full /usr/lib/perl5 tree into STAGING_DIR

Signed-off-by: Marcel Denia <naoir@gmx.net>
lilik-openwrt-22.03
Marcel Denia 10 years ago
parent
commit
dfc4b6969f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      lang/perl/Makefile

+ 2
- 2
lang/perl/Makefile View File

@ -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…
Cancel
Save