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
   382         kx #!/bin/sh
   382         kx 
   382         kx VERSION=115.8.0
   382         kx 
   382         kx tar --files-from=file.list -xJvf ../firefox-$VERSION.source.tar.xz
   382         kx mv firefox-$VERSION firefox-$VERSION-orig
   382         kx 
   382         kx cp -rf ./firefox-$VERSION-new ./firefox-$VERSION
   382         kx 
   382         kx diff --unified -Nr  firefox-$VERSION-orig  firefox-$VERSION > firefox-$VERSION-riscv64gc.patch
   382         kx 
   382         kx mv firefox-$VERSION-riscv64gc.patch ../patches
   382         kx 
   382         kx rm -rf ./firefox-$VERSION
   382         kx rm -rf ./firefox-$VERSION-orig