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: 1.60/Makefile
===================================================================
--- 1.60/Makefile	(revision 28)
+++ 1.60/Makefile	(revision 29)
@@ -64,8 +64,8 @@
 
 
 version            = 1.60-20210110
-tar_bz2_archive    = $(SRC_PACKAGE_PATH)/packages/n/net-tools/net-tools-$(version).tar.bz2
-SRC_ARCHIVE        = $(tar_bz2_archive)
+tar_xz_archive     = $(SRC_PACKAGE_PATH)/packages/n/net-tools/net-tools-$(version).tar.xz
+SRC_ARCHIVE        = $(tar_xz_archive)
 SRC_DIR            = $(TARGET_BUILD_DIR)/net-tools-$(version)
 src_dir_name       = net-tools-$(version)
 src_done           = $(TARGET_BUILD_DIR)/.source-done