mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
efibootmgr: Remove popt dependency
This commit is contained in:
parent
dd95c55f9f
commit
56cfe43e64
@ -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"
|
||||
|
@ -1,2 +1 @@
|
||||
efivar
|
||||
popt
|
||||
|
@ -1 +1 @@
|
||||
17 4
|
||||
17 5
|
||||
|
Loading…
Reference in New Issue
Block a user