projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a729e4
)
gtk was not installing all files
author
John Crispin
<john@openwrt.org>
Tue, 3 Jun 2008 20:34:14 +0000
(20:34 +0000)
committer
John 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
patch
|
blob
|
history
diff --git
a/XOrg/lib/gtk-2.10.14/Makefile
b/XOrg/lib/gtk-2.10.14/Makefile
index a3723af33580df5705cb65dd83b0f14835e8ff35..5e1e74d07607cfd4e486763c5eda22b76972b793 100644
(file)
--- a/
XOrg/lib/gtk-2.10.14/Makefile
+++ b/
XOrg/lib/gtk-2.10.14/Makefile
@@
-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))