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

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

cp -rf ./sgml-common-$VERSION-new ./sgml-common-$VERSION

diff --unified -Nr  sgml-common-$VERSION-orig sgml-common-$VERSION > sgml-common-$VERSION-install-catalog.patch

mv sgml-common-$VERSION-install-catalog.patch ../patches

rm -rf ./sgml-common-$VERSION
rm -rf ./sgml-common-$VERSION-orig