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