diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:00:27 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:00:27 +0300 |
commit | 521127d965203349503cb1a49eeffb8c39298092 (patch) | |
tree | 381f86f34e6a4ab960f6db089c236dd8d4bab917 /extra/efibootmgr | |
parent | ed800f48a34a66ed4140963cef4e85ab99c7c33e (diff) | |
download | repository-521127d965203349503cb1a49eeffb8c39298092.tar.gz |
efibootmgr: use clinst, clman
Diffstat (limited to 'extra/efibootmgr')
-rwxr-xr-x | extra/efibootmgr/build | 4 |
1 files changed, 2 insertions, 2 deletions
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 |