Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

383 Commits   1 Branch   1 Tag
Index: MATE/mozo/1.27.0/Makefile
===================================================================
--- MATE/mozo/1.27.0/Makefile	(revision 291)
+++ MATE/mozo/1.27.0/Makefile	(revision 292)
@@ -165,6 +165,8 @@
 $(install_target): $(build_target)
 	@mkdir -p $(MATE_PKG)
 	@cd $(build_dir) && $(BUILD_ENVIRONMENT) $(MAKE) install $(env_sysroot)
+	# ======= Set Python3 interpretator =======
+	@sed -i 's,$(BUILDSYSTEM),,' $(MATE_PKG)/usr/bin/mozo
 	# ======= Install Documentation =======
 	@if [ -d $(MATE_PKG)/usr/share/man ]; then \
 	  ( cd $(MATE_PKG)/usr/share/man ; \