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:
b0c21ae
)
python: add python2 symlink to python as per PEP394
author
Alexandru Ardelean
<redacted>
Tue, 14 Oct 2014 10:11:54 +0000
(13:11 +0300)
committer
Alexandru Ardelean
<redacted>
Wed, 15 Oct 2014 07:02:57 +0000
(10:02 +0300)
lang/python/Makefile
patch
|
blob
|
history
diff --git
a/lang/python/Makefile
b/lang/python/Makefile
index e99250d3d8aa2da9d9ee652919bb3425954b049e..eb0210a23a304c7752cc4cd9e1e9776ce6eda963 100644
(file)
--- a/
lang/python/Makefile
+++ b/
lang/python/Makefile
@@
-411,6
+411,7
@@
endef
define PyPackage/python/install
$(LN) python$(PYTHON_VERSION) $(1)/usr/bin/python
+ $(LN) python$(PYTHON_VERSION) $(1)/usr/bin/python2
endef
define PyPackage/python-doc/filespec
git clone https://git.99rst.org/PROJECT