# HG changeset patch # User Markus Mützel # Date 1629623031 -7200 # Node ID aecbfb30131d7903493a18e3f2c1dd6b12320341 # Parent 44be3d301611476c2b152a6900b5122aa3849a2e Install python3 as python in the build environment. * src/build-python3.mk: Install python3 as python. diff -r 44be3d301611 -r aecbfb30131d src/build-python3.mk --- a/src/build-python3.mk Sat Aug 21 13:10:09 2021 +0200 +++ b/src/build-python3.mk Sun Aug 22 11:03:51 2021 +0200 @@ -30,4 +30,7 @@ $(MAKE) -C '$(1)/.build' -j '$(JOBS)' $(MAKE) -C '$(1)/.build' -j 1 install + + # install python3 as python + ln -sf '$(BUILD_TOOLS_PREFIX)/bin/python3' '$(BUILD_TOOLS_PREFIX)/bin/python' endef