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

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

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

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

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

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