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
#!/bin/sh

VERSION=115.3.1

tar --files-from=file.list -xJvf ../thunderbird-$VERSION.source.tar.xz
mv thunderbird-$VERSION thunderbird-$VERSION-orig

cp -rf ./thunderbird-$VERSION-new ./thunderbird-$VERSION

diff --unified -Nr  thunderbird-$VERSION-orig  thunderbird-$VERSION > thunderbird-$VERSION-metainfo.patch

mv thunderbird-$VERSION-metainfo.patch ../patches

rm -rf ./thunderbird-$VERSION
rm -rf ./thunderbird-$VERSION-orig