projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18e2379
)
fix libXt staging
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 23 Dec 2007 01:27:40 +0000
(
01:27
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 23 Dec 2007 01:27:40 +0000
(
01:27
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9863
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
XOrg/lib/libXt/Makefile
patch
|
blob
|
history
diff --git
a/XOrg/lib/libXt/Makefile
b/XOrg/lib/libXt/Makefile
index
bce882d
..
0113a3a
100644
(file)
--- a/
XOrg/lib/libXt/Makefile
+++ b/
XOrg/lib/libXt/Makefile
@@
-81,6
+81,8
@@
endef
define Build/InstallDev
$(CP) $(PKG_INSTALL_DIR)/* $(1)
+ $(INSTALL_DIR) $(2)/bin
+ mv $(1)/usr/bin/makestrs $(2)/bin
endef
$(eval $(call BuildPackage,libXt))