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

tar --files-from=file.list -xjvf ../subversion-$VERSION.tar.bz2
mv subversion-$VERSION subversion-$VERSION-orig

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

diff --unified -Nr  subversion-$VERSION-orig  subversion-$VERSION > subversion-$VERSION-remove-macosx.patch

mv subversion-$VERSION-remove-macosx.patch ../patches

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