Skip to content
Snippets Groups Projects
Unverified Commit 5c856ff5 authored by Rosen Penev's avatar Rosen Penev
Browse files

perl: Don't build InstallDev under ARC


Signed-off-by: default avatarRosen Penev <rosenp@gmail.com>
(cherry picked from commit 2628584f)
parent c7e1106d
No related branches found
No related tags found
No related merge requests found
......@@ -122,10 +122,12 @@ define Build/Compile
+$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR)
endef
ifeq ($(CONFIG_arc),)
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/lib/perl5/$(PERL_VERSION)
$(CP) $(PKG_INSTALL_DIR)/usr/lib/perl5/$(PERL_VERSION) $(1)/usr/lib/perl5/
endef
endif
define Package/perl/install
$(INSTALL_DIR) $(1)/usr/bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment