]> git.armaanb.net Git - asd-repo.git/blobdiff - extra/efibootmgr/build
efivar, efibootmgr: move to extra
[asd-repo.git] / extra / efibootmgr / build
diff --git a/extra/efibootmgr/build b/extra/efibootmgr/build
new file mode 100755 (executable)
index 0000000..dc9cd5d
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh -e
+
+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"