mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-15 19:20:10 -07:00
7 lines
190 B
Bash
Executable File
7 lines
190 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
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"
|