2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00
repo/extra/efibootmgr/build

11 lines
219 B
Plaintext
Raw Normal View History

#!/bin/sh -e
patch -p1 < efivar.patch
2019-10-08 08:20:08 +00:00
make \
EXTRA_CFLAGS=-Os \
EFIDIR=/boot/EFI
2019-10-08 08:20:08 +00:00
install -Dm0755 src/efibootmgr "$1/usr/bin/efibootmgr"
install -Dm0644 src/efibootmgr.8 "$1/usr/share/man/man8/efibootmgr.8"