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

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

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

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

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

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