aboutsummaryrefslogtreecommitdiff
path: root/extra/efibootmgr/build
diff options
context:
space:
mode:
Diffstat (limited to 'extra/efibootmgr/build')
-rwxr-xr-xextra/efibootmgr/build6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/efibootmgr/build b/extra/efibootmgr/build
index 4ec986bf..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
-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