Browse Source

libnetconf2: 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
c45df05097
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/libnetconf2/Makefile

+ 1
- 1
libs/libnetconf2/Makefile View File

@ -68,7 +68,7 @@ endef
define Package/libnetconf2/install
$(INSTALL_DIR) $(1)/usr/lib
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/libnetconf2.so* $(1)/usr/lib/
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libnetconf2.so* $(1)/usr/lib/
$(INSTALL_DIR) $(1)/usr/share/libnetconf2
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/share/libnetconf2/*.yin $(1)/usr/share/libnetconf2/


Loading…
Cancel
Save