libarchive: Fix install target
authorJohannes Morgenroth <redacted>
Fri, 22 Aug 2014 11:57:57 +0000 (13:57 +0200)
committerJohannes 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

index a820f89d17fb04f571fbb5a1d0a9b1b6acd0cd8c..48264f85cb48ab79be8ba13112292a0860658c6e 100644 (file)
@@ -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