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

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

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

diff --unified -Nr  dhcp-$VERSION-orig  dhcp-$VERSION > dhcp-$VERSION-extern.patch

mv dhcp-$VERSION-extern.patch ../patches

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