From 2c28b81816aa759930a7ef35df2e50020156bbfe Mon Sep 17 00:00:00 2001 From: Johannes Morgenroth Date: Fri, 22 Aug 2014 13:57:57 +0200 Subject: [PATCH] libarchive: Fix install target This commit replaces the command with a more generic one. Signed-off-by: Johannes Morgenroth --- libs/libarchive/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libarchive/Makefile b/libs/libarchive/Makefile index a820f89d1..48264f85c 100644 --- 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))