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

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

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

diff --unified -Nr  gamin-$VERSION-orig  gamin-$VERSION > gamin-$VERSION-nfs4.patch

mv gamin-$VERSION-nfs4.patch ../patches

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