gtk was not installing all files
[openwrt/svn-archive/archive.git] / XOrg / lib / gtk-2.10.14 / Makefile
index a3723af33580df5705cb65dd83b0f14835e8ff35..5e1e74d07607cfd4e486763c5eda22b76972b793 100644 (file)
@@ -44,8 +44,7 @@ define Build/InstallDev
 endef
 
 define Package/gtk-2.10.14/install
-       $(INSTALL_DIR)  $(1)/usr/lib
-       $(CP) $(PKG_INSTALL_DIR)/usr/lib/*.{so.*,so} $(1)/usr/lib/
+       $(CP) $(PKG_INSTALL_DIR)/* $(1)/
 endef
 
 $(eval $(call BuildPackage,gtk-2.10.14))