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/chromium/119.0.6026.1/Makefile
===================================================================
--- radix-1.9/X11/app/chromium/119.0.6026.1/Makefile	(revision 199)
+++ radix-1.9/X11/app/chromium/119.0.6026.1/Makefile	(revision 200)
@@ -376,7 +376,7 @@
 ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_X86_64_GLIBC)),)
 ifneq ($(PATCHELF),)
 	# ======= Set Interpreter for x86_64 target binaries: =======
-	@( cd $(CHROMIUM_PKG)/usr/lib$(LIBSUFFIX)/firefox ; \
+	@( cd $(CHROMIUM_PKG)/usr/lib$(LIBSUFFIX)/$(CHROMIUM_PKG_NAME) ; \
 	   for file in `find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs echo` ; do \
 	     $(PATCHELF) --set-interpreter /lib$(LIBSUFFIX)/ld-linux-x86-64.so.2 $$file 1> /dev/null 2> /dev/null ; \
 	   done ; \