diff options
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/systemd-boot/systemd-boot-231-r1.ebuild (renamed from sys-boot/systemd-boot/systemd-boot-231.ebuild) | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys-boot/systemd-boot/systemd-boot-231.ebuild b/sys-boot/systemd-boot/systemd-boot-231-r1.ebuild index 6b33d8c6ee9b..149a5616506c 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 ) |