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

tar --files-from=file.list -xzvf ../XML-SAX-$VERSION.tar.gz
mv XML-SAX-$VERSION XML-SAX-$VERSION-orig

cp -rf ./XML-SAX-$VERSION-new ./XML-SAX-$VERSION

diff --unified -Nr  XML-SAX-$VERSION-orig  XML-SAX-$VERSION > XML-SAX-$VERSION-no-prompt.patch

mv XML-SAX-$VERSION-no-prompt.patch ../patches

rm -rf ./XML-SAX-$VERSION
rm -rf ./XML-SAX-$VERSION-orig