From: mirko Date: Sat, 4 Dec 2010 22:04:30 +0000 (+0000) Subject: [packages/libid3tag] do not copy static libs, they are not there anymore (toto, i... X-Git-Url: https://git.archive.openwrt.org/packages.git?p=packages.git;a=commitdiff_plain;h=f3329a2c4205150d829ccafbf761b65b8a38fb39 [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 --- 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