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