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: 4.18.4/Makefile
===================================================================
--- 4.18.4/Makefile	(revision 312)
+++ 4.18.4/Makefile	(revision 313)
@@ -183,7 +183,7 @@
 
 $(build_target): $(src_done)
 	@cd $(SRC_DIR) && \
-	  $(BUILD_ENVIRONMENT) $(python_environment) ../$(src_dir_name)/configure \
+	  $(BUILD_ENVIRONMENT) $(python_environment) ./configure \
 	  --prefix=/usr               \
 	  --build=$(BUILD)            \
 	  --host=$(TARGET)            \