sysrepo: modify copy of .so files

Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
This commit is contained in:
Antonio Paunovic 2017-05-29 12:07:00 +00:00
parent f49e1138f1
commit 0a45a4e85b
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ CMAKE_OPTIONS += \
define Package/libsysrepo/install
$(INSTALL_DIR) $(1)/usr/lib
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/libsysrepo.so* $(1)/usr/lib/
$(CP) $(PKG_BUILD_DIR)/src/libsysrepo.so* $(1)/usr/lib/
$(INSTALL_DIR) $(1)/etc/sysrepo/yang/internal
$(INSTALL_CONF) $(PKG_BUILD_DIR)/yang/sysrepo-module-dependencies.yang $(1)/etc/sysrepo/yang/internal