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

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

cp -rf ./netkit-routed-$VERSION-new ./netkit-routed-$VERSION

diff --unified -Nr  netkit-routed-$VERSION-orig  netkit-routed-$VERSION > netkit-routed-$VERSION.patch

mv netkit-routed-$VERSION.patch ../patches

rm -rf ./netkit-routed-$VERSION
rm -rf ./netkit-routed-$VERSION-orig