aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAntonio Paunovic <antonio.paunovic@sartura.hr>2017-05-29 12:07:00 +0000
committerAntonio Paunovic <antonio.paunovic@sartura.hr>2017-05-29 12:07:00 +0000
commit0a45a4e85b18ce3d6ee743a3b3540c4bd7d050cd (patch)
tree1a5ce147ec918bf87aaeb262d2c84bc0eaed732d /net
parentf49e1138f1680bb513a984737366060786478713 (diff)
sysrepo: modify copy of .so files
Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
Diffstat (limited to 'net')
-rw-r--r--net/sysrepo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sysrepo/Makefile b/net/sysrepo/Makefile
index 11deab63b..91d631372 100644
--- a/net/sysrepo/Makefile
+++ b/net/sysrepo/Makefile
@@ -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