gtk was not installing all files
authorJohn Crispin <john@openwrt.org>
Tue, 3 Jun 2008 20:34:14 +0000 (20:34 +0000)
committerJohn Crispin <john@openwrt.org>
Tue, 3 Jun 2008 20:34:14 +0000 (20:34 +0000)
SVN-Revision: 11342

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
 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))
 endef
 
 $(eval $(call BuildPackage,gtk-2.10.14))