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

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

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

diff --unified -Nr  ruby-$VERSION-orig  ruby-$VERSION > ruby-$VERSION-configure-target-os.patch

mv ruby-$VERSION-configure-target-os.patch ../patches

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