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.0-pl22
TARBALL=1.0.22

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

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

diff -b --unified -Nr  gsm-$VERSION-orig  gsm-$VERSION > gsm-$TARBALL-make.patch

mv gsm-$TARBALL-make.patch ../patches

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