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
   228         kx #!/bin/sh
   228         kx 
   228         kx VERSION=102.15.0
   228         kx 
   228         kx tar --files-from=file.list -xJvf ../firefox-${VERSION}esr.source.tar.xz
   228         kx mv firefox-$VERSION firefox-$VERSION-orig
   228         kx 
   228         kx cp -rf ./firefox-$VERSION-new ./firefox-$VERSION
   228         kx 
   228         kx diff --unified -Nr  firefox-$VERSION-orig  firefox-$VERSION > firefox-$VERSION-copy-headers.patch
   228         kx 
   228         kx mv firefox-$VERSION-copy-headers.patch ../patches
   228         kx 
   228         kx rm -rf ./firefox-$VERSION
   228         kx rm -rf ./firefox-$VERSION-orig