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

tar --files-from=file.list -xjvf ../bigreqsproto-$VERSION.tar.bz2
mv bigreqsproto-$VERSION bigreqsproto-$VERSION-orig

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

diff --unified -Nr  bigreqsproto-$VERSION-orig  bigreqsproto-$VERSION > bigreqsproto-$VERSION-docbook.patch

mv bigreqsproto-$VERSION-docbook.patch ../patches

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