python3: avoid making python3 the default python command
authorAlexandru Ardelean <redacted>
Tue, 14 Oct 2014 06:29:34 +0000 (09:29 +0300)
committerAlexandru Ardelean <redacted>
Wed, 15 Oct 2014 06:08:09 +0000 (09:08 +0300)
Signed-off-by: Alexandru Ardelean <redacted>
lang/python3/Makefile

index 3841ce275c48ea2336bbb18a57113880967222df..9d93873c5e65b3713d75eff215bc01807b9c92e2 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT