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

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

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

diff --unified -Nr  mc-$VERSION-orig  mc-$VERSION > mc-$VERSION-extfs.patch

mv mc-$VERSION-extfs.patch ../patches

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