[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
This commit is contained in:
mirko 2010-12-04 22:04:30 +00:00
parent e1eba6ebca
commit f3329a2c42

View 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