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
    15         kx #!/bin/sh
    15         kx 
    15         kx VERSION=18
    15         kx 
    15         kx tar --files-from=file.list -xJvf ../efibootmgr-$VERSION.tar.xz
    15         kx mv efibootmgr-$VERSION efibootmgr-$VERSION-orig
    15         kx 
    15         kx cp -rf ./efibootmgr-$VERSION-new ./efibootmgr-$VERSION
    15         kx 
    15         kx diff --unified -Nr  efibootmgr-$VERSION-orig  efibootmgr-$VERSION > efibootmgr-$VERSION-wrong-check-reconnect.patch
    15         kx 
    15         kx mv efibootmgr-$VERSION-wrong-check-reconnect.patch ../patches
    15         kx 
    15         kx rm -rf ./efibootmgr-$VERSION
    15         kx rm -rf ./efibootmgr-$VERSION-orig