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