mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
perl: Install full /usr/lib/perl5 tree into STAGING_DIR
Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
+2
-2
@@ -98,8 +98,8 @@ define Build/Compile
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/lib/perl5/5.20/CORE
|
$(INSTALL_DIR) $(1)/usr/lib/perl5/5.20
|
||||||
$(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
|
endef
|
||||||
|
|
||||||
define Package/perl/install
|
define Package/perl/install
|
||||||
|
|||||||
Reference in New Issue
Block a user