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

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

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

diff --unified -Nr  efibootmgr-$VERSION-orig  efibootmgr-$VERSION > efibootmgr-$VERSION-wrong-check-reconnect.patch

mv efibootmgr-$VERSION-wrong-check-reconnect.patch ../patches

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