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

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

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

diff --unified -Nr  c2man-$VERSION-orig  c2man-$VERSION > c2man-$VERSION-destdir.patch

mv c2man-$VERSION-destdir.patch ../patches

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