gtk was not installing all files

git-svn-id: svn://svn.openwrt.org/openwrt/packages@11342 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2008-06-03 20:34:14 +00:00
parent 02a5cec2ef
commit f247462ae3

View File

@ -44,8 +44,7 @@ define Build/InstallDev
endef endef
define Package/gtk-2.10.14/install define Package/gtk-2.10.14/install
$(INSTALL_DIR) $(1)/usr/lib $(CP) $(PKG_INSTALL_DIR)/* $(1)/
$(CP) $(PKG_INSTALL_DIR)/usr/lib/*.{so.*,so} $(1)/usr/lib/
endef endef
$(eval $(call BuildPackage,gtk-2.10.14)) $(eval $(call BuildPackage,gtk-2.10.14))