libnetconf2: modify copy of .so files
authorAntonio Paunovic <redacted>
Mon, 29 May 2017 11:59:31 +0000 (11:59 +0000)
committerAntonio Paunovic <redacted>
Mon, 29 May 2017 11:59:31 +0000 (11:59 +0000)
Signed-off-by: Antonio Paunovic <redacted>
libs/libnetconf2/Makefile

index f626e09b1c95faf071a50ee3da29d1cb323b3676..59644ee84ed83d53bcd17673a47cd91a0d84ddc6 100644 (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/
git clone https://git.99rst.org/PROJECT