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

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

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

diff --unified -Nr  libxml2-$VERSION-orig  libxml2-$VERSION > libxml2-$VERSION-python-unicode.patch

mv libxml2-$VERSION-python-unicode.patch ../patches

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