]> git.armaanb.net Git - asd-repo.git/blob - core/efibootmgr/build
Adapt for asd linux
[asd-repo.git] / core / efibootmgr / build
1 #!/bin/sh -e
2
3 make CC="${CC:-cc}" EFIDIR=/boot/EFI efibootmgr
4
5 install -Dm0755 src/efibootmgr   "$1/usr/bin/efibootmgr"
6 install -Dm0644 src/efibootmgr.8 "$1/usr/share/man/man8/efibootmgr.8"