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.76.0

tar --files-from=file.list -xJvf ../glib-$VERSION.tar.xz
mv glib-$VERSION glib-$VERSION-orig

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

diff --unified -Nr  glib-$VERSION-orig  glib-$VERSION > glib-$VERSION-force-cross.patch

mv glib-$VERSION-force-cross.patch ../patches

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