mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
perl: properly stage libperl.so
Signed-off-by: John Crispin <blogic@openwrt.org>
This commit is contained in:
@@ -100,7 +100,7 @@ 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/
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/perl5/5.20 $(1)/usr/lib/perl5/
|
||||
endef
|
||||
|
||||
define Package/perl/install
|
||||
|
||||
Reference in New Issue
Block a user