projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1e243f
)
install hostpython in staging_dir (closes: #927)
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 7 Nov 2006 03:34:25 +0000
(
03:34
+0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 7 Nov 2006 03:34:25 +0000
(
03:34
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5458
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
lang/python/Makefile
patch
|
blob
|
history
diff --git
a/lang/python/Makefile
b/lang/python/Makefile
index
6e35212
..
4088c27
100644
(file)
--- a/
lang/python/Makefile
+++ b/
lang/python/Makefile
@@
-79,6
+79,8
@@
define Build/Compile
endef
define Build/InstallDev
+ mkdir -p $(STAGING_DIR)/usr/bin
+ $(CP) $(PKG_BUILD_DIR)/hostpython $(STAGING_DIR)/usr/bin/
mkdir -p $(STAGING_DIR)/usr/include
$(CP) $(PKG_INSTALL_DIR)/usr/include/python2.4 $(STAGING_DIR)/usr/include/
mkdir -p $(STAGING_DIR)/usr/lib