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

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 #!/bin/sh -e
make \ make CC="${CC:-cc}" EFIDIR=/boot/EFI efibootmgr
CC="${CC:-cc}" \
EXTRA_CFLAGS=-Os \
EFIDIR=/boot/EFI
install -Dm0755 src/efibootmgr "$1/usr/bin/efibootmgr" install -Dm0755 src/efibootmgr "$1/usr/bin/efibootmgr"
install -Dm0644 src/efibootmgr.8 "$1/usr/share/man/man8/efibootmgr.8" install -Dm0644 src/efibootmgr.8 "$1/usr/share/man/man8/efibootmgr.8"

View File

@ -1,2 +1 @@
efivar efivar
popt

View File

@ -1 +1 @@
17 4 17 5