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.2.8p15

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

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

diff --unified -Nr  ntp-$VERSION-orig  ntp-$VERSION > ntp-$VERSION-nano.patch

mv ntp-$VERSION-nano.patch ../patches

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