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

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

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

diff --unified -Nr  fakeroot-$VERSION-orig  fakeroot-$VERSION > fakeroot-$VERSION-host-os.patch

mv fakeroot-$VERSION-host-os.patch ../patches

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