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

tar --files-from=file.list -xzvf ../file-$VERSION.tar.gz
mv file-$VERSION file-$VERSION-orig

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

diff --unified -Nr  file-$VERSION-orig file-$VERSION > file-$VERSION-etc-file.patch

mv file-$VERSION-etc-file.patch ../patches

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