forked from kiss-community/repo
efibootmgr: Fixed build
This commit is contained in:
parent
b3033471c3
commit
80b84491d8
@ -5,7 +5,7 @@ patch -p1 < efivar.patch
|
||||
make EXTRA_CFLAGS=-Os EFIDIR=/boot/EFI
|
||||
|
||||
install -d "$1/usr/bin/"
|
||||
install -Dm0755 efibootmgr/src/efibootmgr "$1/usr/bin/efibootmgr"
|
||||
install -Dm0755 src/efibootmgr "$1/usr/bin/efibootmgr"
|
||||
|
||||
install -d "$1/usr/share/man/man8/"
|
||||
install -Dm0644 efibootmgr/src/efibootmgr.8 "$1/usr/share/man/man8/efibootmgr.8"
|
||||
install -Dm0644 src/efibootmgr.8 "$1/usr/share/man/man8/efibootmgr.8"
|
||||
|
Loading…
Reference in New Issue
Block a user