efibootmgr: Remove popt dependency

This commit is contained in:
Dylan Araps 2020-02-14 18:28:21 +02:00
parent dd95c55f9f
commit 56cfe43e64
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
3 changed files with 2 additions and 6 deletions

View File

@ -1,9 +1,6 @@
#!/bin/sh -e
make \
CC="${CC:-cc}" \
EXTRA_CFLAGS=-Os \
EFIDIR=/boot/EFI
make CC="${CC:-cc}" EFIDIR=/boot/EFI efibootmgr
install -Dm0755 src/efibootmgr "$1/usr/bin/efibootmgr"
install -Dm0644 src/efibootmgr.8 "$1/usr/share/man/man8/efibootmgr.8"

View File

@ -1,2 +1 @@
efivar
popt

View File

@ -1 +1 @@
17 4
17 5