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 28)
+++ Makefile	(revision 29)
@@ -23,8 +23,8 @@
 
 version              = 6.3
 date                 = 20221029
-tar_gz_archive       = $(SRC_PACKAGE_PATH)/GNU/ncurses/$(version)/ncurses-$(version)-$(date).tgz
-SRC_ARCHIVE          = $(tar_gz_archive)
+tar_xz_archive       = $(SRC_PACKAGE_PATH)/GNU/ncurses/$(version)/ncurses-$(version)-$(date).tar.xz
+SRC_ARCHIVE          = $(tar_xz_archive)
 SRC_DIR              = $(TARGET_BUILD_DIR)/ncurses-$(version)-$(date)
 src_dir_name         = ncurses-$(version)-$(date)
 src_done             = $(TARGET_BUILD_DIR)/.source_done