git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
f49e113
)
libnetconf2: modify copy of .so files
author
Antonio Paunovic
<redacted>
Mon, 29 May 2017 11:59:31 +0000
(11:59 +0000)
committer
Antonio Paunovic
<redacted>
Mon, 29 May 2017 11:59:31 +0000
(11:59 +0000)
Signed-off-by: Antonio Paunovic <redacted>
libs/libnetconf2/Makefile
patch
|
blob
|
history
diff --git
a/libs/libnetconf2/Makefile
b/libs/libnetconf2/Makefile
index f626e09b1c95faf071a50ee3da29d1cb323b3676..59644ee84ed83d53bcd17673a47cd91a0d84ddc6 100644
(file)
--- 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/
git clone https://git.99rst.org/PROJECT