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)
@@ -9,7 +9,7 @@
 
 versions    = 1.60-20210110
 pkgname     = net-tools
-suffix      = tar.bz2
+suffix      = tar.xz
 
 tarballs    = $(addsuffix .$(suffix), $(addprefix $(pkgname)-, $(versions)))
 sha1s       = $(addsuffix .sha1sum, $(tarballs))
Index: create-1.60-20210110-patch/create.patch.sh
===================================================================
--- create-1.60-20210110-patch/create.patch.sh	(revision 28)
+++ create-1.60-20210110-patch/create.patch.sh	(revision 29)
@@ -2,7 +2,7 @@
 
 VERSION=1.60-20210110
 
-tar --files-from=file.list -xjvf ../net-tools-$VERSION.tar.bz2
+tar --files-from=file.list -xJvf ../net-tools-$VERSION.tar.xz
 mv net-tools-$VERSION net-tools-$VERSION-orig
 
 cp -rf ./net-tools-$VERSION-new ./net-tools-$VERSION