perl: Install libperl.so
Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
parent
dfc4b6969f
commit
c02ebc0072
1 changed files with 3 additions and 0 deletions
|
@ -106,6 +106,9 @@ define Package/perl/install
|
|||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/perl$(PKG_VERSION) $(1)/usr/bin
|
||||
ln -nsf perl$(PKG_VERSION) $(1)/usr/bin/perl
|
||||
|
||||
$(INSTALL_DIR) $(1)/usr/lib/perl5/5.20/CORE
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/perl5/5.20/CORE/libperl.so $(1)/usr/lib/perl5/5.20/CORE/
|
||||
endef
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue