2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

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

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"