Radix cross Linux Build System

Cross-platform build system is designed to build distributions of different operating systems for a set of target devices

74 Commits   2 Branches   2 Tags
Index: build-system-1.11.x/3pp/app/python3-modules/pip/25.0.1/Makefile
===================================================================
--- build-system-1.11.x/3pp/app/python3-modules/pip/25.0.1/Makefile	(revision 73)
+++ build-system-1.11.x/3pp/app/python3-modules/pip/25.0.1/Makefile	(revision 74)
@@ -44,7 +44,7 @@
 	 )
 	@echo -e "\n======= Install Python3 wheel, PLY, pygments, cryptography packages =======\n"
 	@( cd $(BUILDSYSTEM)/usr/bin ; \
-	   rm -f pip ; ln -sf pip2 pip ; \
+	   rm -f pip ; ln -sf pip3 pip ; \
 	   ./pip3.12 install --upgrade wheel        2>/dev/null ; \
 	   ./pip3.12 install --upgrade ply          2>/dev/null ; \
 	   ./pip3.12 install --upgrade pygments     2>/dev/null ; \