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

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

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

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

mv adjtimex-$VERSION.patch ../patches

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