From 521127d965203349503cb1a49eeffb8c39298092 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 24 Jul 2021 01:00:27 +0300 Subject: efibootmgr: use clinst, clman --- extra/efibootmgr/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extra/efibootmgr') diff --git a/extra/efibootmgr/build b/extra/efibootmgr/build index 4ec986bf..c6c4bddc 100755 --- a/extra/efibootmgr/build +++ b/extra/efibootmgr/build @@ -4,5 +4,5 @@ export LDFLAGS="$LDFLAGS -static" 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" +clinst -Dm755 src/efibootmgr "$1/usr/bin/efibootmgr" +clman -d "$1" src/efibootmgr.8 -- cgit v1.2.3