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