commit: 9efad7295d0ecaf9672f607445dfee6cb4d553a6 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sun Oct 30 16:50:16 2016 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sun Oct 30 16:51:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9efad729
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(-) 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 6b33d8c..149a561 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 )
