Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/systemd-boot/
Date: Sun, 30 Oct 2016 16:51:17
Message-Id: 1477846272.9efad7295d0ecaf9672f607445dfee6cb4d553a6.floppym@gentoo
1 commit: 9efad7295d0ecaf9672f607445dfee6cb4d553a6
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 30 16:50:16 2016 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 16:51:12 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9efad729
7
8 sys-boot/systemd-boot: include kernel-install script
9
10 Bug: https://bugs.gentoo.org/598505
11
12 Package-Manager: portage-2.3.2_p1
13
14 .../{systemd-boot-231.ebuild => systemd-boot-231-r1.ebuild} | 8 +++++++-
15 1 file changed, 7 insertions(+), 1 deletion(-)
16
17 diff --git a/sys-boot/systemd-boot/systemd-boot-231.ebuild b/sys-boot/systemd-boot/systemd-boot-231-r1.ebuild
18 similarity index 92%
19 rename from sys-boot/systemd-boot/systemd-boot-231.ebuild
20 rename to sys-boot/systemd-boot/systemd-boot-231-r1.ebuild
21 index 6b33d8c..149a561 100644
22 --- a/sys-boot/systemd-boot/systemd-boot-231.ebuild
23 +++ b/sys-boot/systemd-boot/systemd-boot-231-r1.ebuild
24 @@ -85,6 +85,7 @@ src_compile() {
25 libsystemd-shared.la
26 bootctl
27 man/bootctl.1
28 + man/kernel-install.8
29 linux$(efi-mt).efi.stub
30 systemd-boot$(efi-mt).efi
31 )
32 @@ -105,8 +106,13 @@ src_install() {
33 bin_PROGRAMS=bootctl
34 install-binPROGRAMS
35
36 - man_MANS=man/bootctl.1
37 + # kernel-install
38 + install-dist_binSCRIPTS
39 + install-dist_kernelinstallSCRIPTS
40 +
41 + man_MANS="man/bootctl.1 man/kernel-install.8"
42 install-man1
43 + install-man8
44
45 install-bootlibDATA
46 )