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: radix-1.9/X11/app/firefox/118.0.1/Makefile
===================================================================
--- radix-1.9/X11/app/firefox/118.0.1/Makefile	(revision 374)
+++ radix-1.9/X11/app/firefox/118.0.1/Makefile	(revision 375)
@@ -368,7 +368,6 @@
 $(install_target): $(build_target)
 	@mkdir -p $(FIREFOX_PKG)
 	@cd $(build_dir) && PYTHON3=/usr/bin/python3 $(MAKE) install $(env_sysroot)
-	exit 1
 ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_X86_64_GLIBC)),)
 ifneq ($(PATCHELF),)
 	# ======= Set Interpreter for x86_64 target binaries: =======