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
   216         kx #!/bin/sh
   216         kx 
   216         kx VERSION=2.06
   216         kx 
   216         kx tar --files-from=file.list -xJvf ../grub-$VERSION.tar.xz
   216         kx mv grub-$VERSION grub-$VERSION-orig
   216         kx 
   216         kx cp -rf ./grub-$VERSION-new ./grub-$VERSION
   216         kx 
   216         kx diff --unified -Nr  grub-$VERSION-orig  grub-$VERSION > grub-$VERSION-riscv-image-header.patch
   216         kx 
   216         kx mv grub-$VERSION-riscv-image-header.patch ../patches
   216         kx 
   216         kx rm -rf ./grub-$VERSION
   216         kx rm -rf ./grub-$VERSION-orig