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

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

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

diff --unified -Nr  dcron-$VERSION-orig  dcron-$VERSION > dcron-$VERSION.patch

mv dcron-$VERSION.patch ../patches

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