Browse Source

libssh: modify copy of .so files

Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
lilik-openwrt-22.03
Antonio Paunovic 7 years ago
parent
commit
263cb97add
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libs/libssh/Makefile

+ 2
- 2
libs/libssh/Makefile View File

@ -68,7 +68,7 @@ define Build/InstallDev
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/include/libssh/* $(1)/usr/include/libssh/
$(INSTALL_DIR) $(1)/usr/lib
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/libssh* $(1)/usr/lib/
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libssh* $(1)/usr/lib/
$(INSTALL_DIR) $(1)/usr/lib/pkgconfig
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/* $(1)/usr/lib/pkgconfig/
@ -76,7 +76,7 @@ endef
define Package/libssh/install
$(INSTALL_DIR) $(1)/usr/lib
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/libssh* $(1)/usr/lib/
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libssh* $(1)/usr/lib/
endef
$(eval $(call BuildPackage,libssh))

Loading…
Cancel
Save