repo/extra/efibootmgr/build

7 lines
190 B
Plaintext
Raw Normal View History

#!/bin/sh -e
2020-02-14 16:28:21 +00:00
make CC="${CC:-cc}" EFIDIR=/boot/EFI efibootmgr
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"