From e64edc2a5a450e4221d82f996b4b7f9242dce292 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Sat, 4 Dec 2010 22:04:30 +0000 Subject: [PATCH] [packages/libid3tag] do not copy static libs, they are not there anymore (toto, i've a feeling we're not in heaven (anymore)...) SVN-Revision: 24255 --- libs/libid3tag/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libid3tag/Makefile b/libs/libid3tag/Makefile index 744e05b675..7b05b22cca 100644 --- a/libs/libid3tag/Makefile +++ b/libs/libid3tag/Makefile @@ -48,7 +48,7 @@ define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include $(CP) $(PKG_INSTALL_DIR)/usr/include/id3tag.h $(1)/usr/include/ $(INSTALL_DIR) $(1)/usr/lib - $(CP) $(PKG_INSTALL_DIR)/usr/lib/libid3tag.{a,so*} $(1)/usr/lib/ + $(CP) $(PKG_INSTALL_DIR)/usr/lib/libid3tag.so* $(1)/usr/lib/ endef define Package/libid3tag/install -- 2.30.2