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
    35         kx #!/bin/sh
    35         kx 
    35         kx VERSION=2023c
    35         kx 
    35         kx mkdir -p timezone
    35         kx tar -C timezone --files-from=file.list -xzvf ../tzcode$VERSION.tar.gz
    35         kx mv timezone timezone-orig
    35         kx 
    35         kx cp -rf ./timezone-new ./timezone
    35         kx 
    35         kx diff --unified -Nr  timezone-orig  timezone > tzcode-$VERSION-version.patch
    35         kx 
    35         kx mv tzcode-$VERSION-version.patch ../patches
    35         kx 
    35         kx rm -rf ./timezone
    35         kx rm -rf ./timezone-orig