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=2023c

mkdir -p timezone
tar -C timezone --files-from=file.list -xzvf ../tzcode$VERSION.tar.gz
mv timezone timezone-orig

cp -rf ./timezone-new ./timezone

diff --unified -Nr  timezone-orig  timezone > tzcode-$VERSION-version.patch

mv tzcode-$VERSION-version.patch ../patches

rm -rf ./timezone
rm -rf ./timezone-orig