2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-05 16:55:47 -06:00
repo/extra/efibootmgr/build

11 lines
209 B
Plaintext
Raw Normal View History

#!/bin/sh -e
2021-07-17 12:31:33 -06:00
make EFIDIR=/boot/EFI efibootmgr
2021-07-01 10:29:19 -06:00
mkdir -p \
"$1/usr/bin" \
"$1/usr/share/man/man8"
2021-07-05 16:45:00 -06:00
cp -f src/efibootmgr "$1/usr/bin"
cp -f src/efibootmgr.8.in "$1/usr/share/man/man8/efibootmgr.8"