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

tar --files-from=file.list -xzvf ../netdate.tar.gz
mv netdate netdate-orig

cp -rf ./netdate-new ./netdate

diff --unified -Nr  netdate-orig  netdate > netdate.patch

mv netdate.patch ../patches

rm -rf ./netdate
rm -rf ./netdate-orig