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.2

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

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

diff --unified -Nr  bash-$VERSION-orig  bash-$VERSION > bash-$VERSION-cross.patch

mv bash-$VERSION-cross.patch ../patches

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