diff options
author | John Crispin <blogic@openwrt.org> | 2014-09-02 14:19:39 +0200 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-09-02 14:19:39 +0200 |
commit | 89ed65b04cbbd0dc5c696412363be4c175ce6e26 (patch) | |
tree | b10482347d2a3e22077cd6974339cc0b00272905 /lang | |
parent | 3a245420a8ebc3d3f0bf583e1235b157f5057e58 (diff) |
perl: properly stage libperl.so
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/perl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/perl/Makefile b/lang/perl/Makefile index e9e28a312..bb60c0a0a 100644 --- a/lang/perl/Makefile +++ b/lang/perl/Makefile @@ -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 |