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

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

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

diff --unified -Nr  coreutils-$VERSION-orig  coreutils-$VERSION > coreutils-$VERSION-uname.patch

mv coreutils-$VERSION-uname.patch ../patches

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