From 9efad7295d0ecaf9672f607445dfee6cb4d553a6 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sun, 30 Oct 2016 12:50:16 -0400 Subject: [PATCH] sys-boot/systemd-boot: include kernel-install script Bug: https://bugs.gentoo.org/598505 Package-Manager: portage-2.3.2_p1 --- ...systemd-boot-231.ebuild => systemd-boot-231-r1.ebuild} | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) rename sys-boot/systemd-boot/{systemd-boot-231.ebuild => systemd-boot-231-r1.ebuild} (92%) diff --git a/sys-boot/systemd-boot/systemd-boot-231.ebuild b/sys-boot/systemd-boot/systemd-boot-231-r1.ebuild similarity index 92% rename from sys-boot/systemd-boot/systemd-boot-231.ebuild rename to sys-boot/systemd-boot/systemd-boot-231-r1.ebuild index 6b33d8c6ee9b8..149a5616506c2 100644 --- a/sys-boot/systemd-boot/systemd-boot-231.ebuild +++ b/sys-boot/systemd-boot/systemd-boot-231-r1.ebuild @@ -85,6 +85,7 @@ src_compile() { libsystemd-shared.la bootctl man/bootctl.1 + man/kernel-install.8 linux$(efi-mt).efi.stub systemd-boot$(efi-mt).efi ) @@ -105,8 +106,13 @@ src_install() { bin_PROGRAMS=bootctl install-binPROGRAMS - man_MANS=man/bootctl.1 + # kernel-install + install-dist_binSCRIPTS + install-dist_kernelinstallSCRIPTS + + man_MANS="man/bootctl.1 man/kernel-install.8" install-man1 + install-man8 install-bootlibDATA )