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:
ab25b5c
)
libarchive: Fix install target
author
Johannes Morgenroth
<redacted>
Fri, 22 Aug 2014 11:57:57 +0000
(13:57 +0200)
committer
Johannes Morgenroth
<redacted>
Fri, 22 Aug 2014 12:08:01 +0000
(14:08 +0200)
This commit replaces the command with a more generic one.
Signed-off-by: Johannes Morgenroth <redacted>
libs/libarchive/Makefile
patch
|
blob
|
history
diff --git
a/libs/libarchive/Makefile
b/libs/libarchive/Makefile
index a820f89d17fb04f571fbb5a1d0a9b1b6acd0cd8c..48264f85cb48ab79be8ba13112292a0860658c6e 100644
(file)
--- a/
libs/libarchive/Makefile
+++ b/
libs/libarchive/Makefile
@@
-46,7
+46,7
@@
endef
define Package/libarchive/install
$(INSTALL_DIR) $(1)/usr/lib
- $(CP) $(PKG_INSTALL_DIR)/usr/lib/
libarchive
.so.* $(1)/usr/lib/
+ $(CP) $(PKG_INSTALL_DIR)/usr/lib/
*
.so.* $(1)/usr/lib/
endef
$(eval $(call BuildPackage,libarchive))
git clone https://git.99rst.org/PROJECT