efibootmgr: Fixed build

This commit is contained in:
Dylan Araps 2019-06-25 21:08:33 +03:00
parent b3033471c3
commit 80b84491d8

View File

@ -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"