diff options
author | Antonio Paunovic <antonio.paunovic@sartura.hr> | 2017-05-29 11:59:31 +0000 |
---|---|---|
committer | Antonio Paunovic <antonio.paunovic@sartura.hr> | 2017-05-29 11:59:31 +0000 |
commit | c45df05097637d2a4edb78c15787cdf3e6e453be (patch) | |
tree | 7cecca044166d592188e37fbb5d4370eb08d7a50 /libs | |
parent | f49e1138f1680bb513a984737366060786478713 (diff) |
libnetconf2: modify copy of .so files
Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
Diffstat (limited to 'libs')
-rw-r--r-- | libs/libnetconf2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libnetconf2/Makefile b/libs/libnetconf2/Makefile index f626e09b1..59644ee84 100644 --- a/libs/libnetconf2/Makefile +++ b/libs/libnetconf2/Makefile @@ -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/ |