diff options
author | Cem Keylan <cem@ckyln.com> | 2022-07-15 17:07:18 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-07-15 17:07:18 +0300 |
commit | 017343954587a63228ddfdeacf7d089717c72b9f (patch) | |
tree | 1d514b635098f3140e45c0a52d8f2afd07e23132 /extra/efibootmgr/build | |
parent | afd47e74dcac8e4ee5024d12bfa0be65dc399742 (diff) | |
download | repository-017343954587a63228ddfdeacf7d089717c72b9f.tar.gz |
efibootmgr: bump to 17
Diffstat (limited to 'extra/efibootmgr/build')
-rwxr-xr-x | extra/efibootmgr/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/efibootmgr/build b/extra/efibootmgr/build index c6c4bddc..913c5c35 100755 --- a/extra/efibootmgr/build +++ b/extra/efibootmgr/build @@ -2,7 +2,7 @@ export LDFLAGS="$LDFLAGS -static" -make CC="${CC:-cc}" EFIDIR=/boot/efi efibootmgr +make CC="${CC:-cc}" EFIDIR=/boot/efi efibootmgr src/efibootmgr.8 clinst -Dm755 src/efibootmgr "$1/usr/bin/efibootmgr" clman -d "$1" src/efibootmgr.8 |