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

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

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

diff --unified -Nr  guile-$VERSION-orig  guile-$VERSION > guile-$VERSION-cross.patch

mv guile-$VERSION-cross.patch ../patches

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