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 ../biff+comsat-$VERSION.tar.gz
mv biff+comsat-$VERSION biff+comsat-$VERSION-orig

cp -rf ./biff+comsat-$VERSION-new ./biff+comsat-$VERSION

diff --unified -Nr  biff+comsat-$VERSION-orig  biff+comsat-$VERSION > biff+comsat-$VERSION.patch

mv biff+comsat-$VERSION.patch ../patches

rm -rf ./biff+comsat-$VERSION
rm -rf ./biff+comsat-$VERSION-orig