From: Alexandru Ardelean Date: Tue, 14 Oct 2014 06:29:34 +0000 (+0300) Subject: python3: avoid making python3 the default python command X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=9500f50f2b798a4127a9a10b33d2d153b30cc885;p=openwrt-packages.git python3: avoid making python3 the default python command Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python3/Makefile b/lang/python3/Makefile index 3841ce275..9d93873c5 100644 --- a/lang/python3/Makefile +++ b/lang/python3/Makefile @@ -132,9 +132,6 @@ define Build/InstallDev $(STAGING_DIR_HOST)/bin/python$(PYTHON_VERSION)-config \ $(2)/bin/ $(SED) 's,^#!.*,#!/usr/bin/env python$(PYTHON_VERSION),g' $(2)/bin/python$(PYTHON_VERSION)-config - - (cd $(2)/bin; \ - ln -sf python$(PYTHON_VERSION)-config python-config;) endef define PyPackage/python3/filespec @@ -158,7 +155,6 @@ endef define PyPackage/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/ - ln -sf python$(PYTHON_VERSION) $(1)/usr/bin/python endef define Host/Configure