[packages/libid3tag] do not copy static libs, they are not there anymore (toto, i...
authorMirko Vogt <mirko@openwrt.org>
Sat, 4 Dec 2010 22:04:30 +0000 (22:04 +0000)
committerMirko Vogt <mirko@openwrt.org>
Sat, 4 Dec 2010 22:04:30 +0000 (22:04 +0000)
SVN-Revision: 24255

libs/libid3tag/Makefile

index 744e05b675bebcc564ff0df9651e8feb59f4b83f..7b05b22ccad405b850c00a6df7b7fd4aed0a6492 100644 (file)
@@ -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