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