projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d72132
)
fix libXt staging
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 23 Dec 2007 01:27:40 +0000
(
01:27
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 23 Dec 2007 01:27:40 +0000
(
01:27
+0000)
SVN-Revision: 9863
XOrg/lib/libXt/Makefile
patch
|
blob
|
history
diff --git
a/XOrg/lib/libXt/Makefile
b/XOrg/lib/libXt/Makefile
index bce882deeebc288956619039fee541543f5aa897..0113a3a316ea4d03c7659bd8f899d15aca13212e 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))