From: Alexandru Ardelean Date: Tue, 14 Oct 2014 10:11:54 +0000 (+0300) Subject: python: add python2 symlink to python as per PEP394 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e3145e1fb0dc33a0eb13cd0df1dd50783639078c;p=openwrt-packages.git python: add python2 symlink to python as per PEP394 --- diff --git a/lang/python/Makefile b/lang/python/Makefile index e99250d3d..eb0210a23 100644 --- 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