Explorar el Código

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

Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia hace 10 años
padre
commit
dfc4b6969f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      lang/perl/Makefile

+ 2
- 2
lang/perl/Makefile Ver fichero

@@ -98,8 +98,8 @@ define Build/Compile
98 98
 endef
99 99
 
100 100
 define Build/InstallDev
101
-	$(INSTALL_DIR) $(1)/usr/lib/perl5/5.20/CORE
102
-	$(CP) $(PKG_INSTALL_DIR)/usr/lib/perl5/5.20/CORE/*.h $(1)/usr/lib/perl5/5.20/CORE/
101
+	$(INSTALL_DIR) $(1)/usr/lib/perl5/5.20
102
+	$(CP) $(PKG_INSTALL_DIR)/usr/lib/perl5/5.20 $(1)/usr/lib/perl5/
103 103
 endef
104 104
 
105 105
 define Package/perl/install