From f3329a2c4205150d829ccafbf761b65b8a38fb39 Mon Sep 17 00:00:00 2001 From: mirko 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)...) git-svn-id: svn://svn.openwrt.org/openwrt/packages@24255 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libid3tag/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libid3tag/Makefile b/libs/libid3tag/Makefile index 744e05b67..7b05b22cc 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.11.0