repo/extra/efibootmgr/build

12 lines
249 B
Plaintext
Raw Normal View History

#!/bin/sh -e
patch -p1 < efivar.patch
2020-01-07 11:25:46 +00:00
patch -p1 < fix-verbose.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"