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 ../bsd-finger-$VERSION.tar.gz
mv bsd-finger-$VERSION bsd-finger-$VERSION-orig

cp -rf ./bsd-finger-$VERSION-new ./bsd-finger-$VERSION

diff --unified -Nr  bsd-finger-$VERSION-orig  bsd-finger-$VERSION > bsd-finger-$VERSION.patch

mv bsd-finger-$VERSION.patch ../patches

rm -rf ./bsd-finger-$VERSION
rm -rf ./bsd-finger-$VERSION-orig