efibootmgr: clean clean clean

This commit is contained in:
Dylan Araps 2019-10-08 11:20:08 +03:00
parent c0f220d067
commit c2dce02865
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 4 additions and 5 deletions

View File

@ -2,10 +2,9 @@
patch -p1 < efivar.patch
make EXTRA_CFLAGS=-Os EFIDIR=/boot/EFI
make \
EXTRA_CFLAGS=-Os \
EFIDIR=/boot/EFI
install -d "$1/usr/bin/"
install -Dm0755 src/efibootmgr "$1/usr/bin/efibootmgr"
install -d "$1/usr/share/man/man8/"
install -Dm0755 src/efibootmgr "$1/usr/bin/efibootmgr"
install -Dm0644 src/efibootmgr.8 "$1/usr/share/man/man8/efibootmgr.8"