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:
8a6688e
)
fix host binary installation of xine-lib
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 23 Dec 2007 01:27:30 +0000
(
01:27
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 23 Dec 2007 01:27:30 +0000
(
01:27
+0000)
SVN-Revision: 9860
XOrg/lib/xine-lib/Makefile
patch
|
blob
|
history
diff --git
a/XOrg/lib/xine-lib/Makefile
b/XOrg/lib/xine-lib/Makefile
index 71e5e463069ee193a429617eb3c27e97a17e2dc1..cc134fbd3e22dc06a38f34514f5d58cfaa8e50e1 100644
(file)
--- a/
XOrg/lib/xine-lib/Makefile
+++ b/
XOrg/lib/xine-lib/Makefile
@@
-50,8
+50,8
@@
define Build/InstallDev
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
$(SED) 's,-I$$$${prefix}/include,-I$(1)/usr/include/,g' $(1)/usr/bin/xine-config
$(SED) 's,-L$$$${exec_prefix}/lib,-L$(1)/usr/lib/,g' $(1)/usr/bin/xine-config
- $(INSTALL_DIR) $(
STAGING_DIR_HOST
)/bin
- mv $(1)/usr/bin/xine-config $(
STAGING_DIR_HOST
)/bin
+ $(INSTALL_DIR) $(
2
)/bin
+ mv $(1)/usr/bin/xine-config $(
2
)/bin
endef
define Package/xine-lib/install