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

452 Commits   2 Branches   1 Tag
Index: Makefile
===================================================================
--- Makefile	(revision 145)
+++ Makefile	(revision 146)
@@ -256,6 +256,9 @@
 $(install_target): $(build_target)
 	@mkdir -p $(CAMBALACHE_PKG)
 	@cd $(build_dir) && $(env_sysroot) ninja install
+	# ======= Set Python3 interpretator =======
+	@sed -i 's,$(BUILDSYSTEM),,' $(CAMBALACHE_PKG)/usr/bin/cambalache
+	@sed -i 's,$(BUILDSYSTEM),,' $(CAMBALACHE_PKG)/usr/lib$(LIBSUFFIX)/python$(PYTHON3_VERSION)/site-packages/cambalache/priv/merengue/merengue
 	# ======= Install Documentation =======
 	@if [ -d $(CAMBALACHE_PKG)/usr/share/man ]; then \
 	  ( cd $(CAMBALACHE_PKG)/usr/share/man ; \