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

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

cp -rf ./util-linux-$VERSION-new ./util-linux-$VERSION

diff --unified -Nr  util-linux-$VERSION-orig  util-linux-$VERSION > util-linux-$VERSION-nolist-ramdevs.patch

mv util-linux-$VERSION-nolist-ramdevs.patch ../patches

rm -rf ./util-linux-$VERSION
rm -rf ./util-linux-$VERSION-orig