[packages/gtk2] do not try to copy over static libs, since they're not going to be built anymore since we switched to libtool2 (who knows why...)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@24252 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mirko 2010-12-04 22:04:15 +00:00
parent f9104a82bb
commit ab403946fb

View File

@ -83,7 +83,7 @@ define Build/InstallDev
$(CP) $(PKG_INSTALL_DIR)/usr/lib/gtk-2.0/include/* $(1)/usr/include/
$(CP) \
$(PKG_INSTALL_DIR)/usr/lib/*.{so*,a,la} \
$(PKG_INSTALL_DIR)/usr/lib/*.{so*,la} \
$(1)/usr/lib/
$(INSTALL_DATA) \