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=20211016

tar --files-from=file.list -xJvf ../ca-certificates_$VERSION.tar.xz
mv ca-certificates-$VERSION ca-certificates-$VERSION-orig

cp -rf ./ca-certificates-$VERSION-new ./ca-certificates-$VERSION

diff --unified -Nr  ca-certificates-$VERSION-orig  ca-certificates-$VERSION > ca-certificates-$VERSION-python3.patch

mv ca-certificates-$VERSION-python3.patch ../patches

rm -rf ./ca-certificates-$VERSION
rm -rf ./ca-certificates-$VERSION-orig