git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
0928743
)
python3: create ./usr/bin directory at package/install
author
Nicolas Thill
<redacted>
Fri, 24 Oct 2014 14:24:21 +0000
(16:24 +0200)
committer
Nicolas Thill
<redacted>
Fri, 24 Oct 2014 14:32:29 +0000
(16:32 +0200)
Signed-off-by: Nicolas Thill <redacted>
lang/python3/Makefile
patch
|
blob
|
history
diff --git
a/lang/python3/Makefile
b/lang/python3/Makefile
index 1e6c5c5e079f593db38c01e70a7cca03121b7cc0..d326b267c4311181eb416a2ff013393a670e9503 100644
(file)
--- a/
lang/python3/Makefile
+++ b/
lang/python3/Makefile
@@
-156,6
+156,7
@@
endef
define Py3Package/python3/install
# Adding the lib-dynload folder (even just empty) suppresses 2 warnings when starting Python
$(INSTALL_DIR) $(1)/usr/lib/python$(PYTHON_VERSION)/lib-dynload/
+ $(INSTALL_DIR) $(1)/usr/bin
$(LN) python$(PYTHON_VERSION) $(1)/usr/bin/python3
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libpython$(PYTHON_VERSION).so* $(1)/usr/lib/
endef
git clone https://git.99rst.org/PROJECT