Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/baselayout/
Date: Mon, 27 Sep 2021 18:29:02
Message-Id: 1632767250.e96ccd3d636a4af6bfd4c5b86500c5e4ccd30b8a.williamh@gentoo
1 commit: e96ccd3d636a4af6bfd4c5b86500c5e4ccd30b8a
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 27 18:25:28 2021 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 27 18:27:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e96ccd3d
7
8 sys-apps/baselayout: install sysctl.d and modprobe.d in /lib on linux
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
12
13 sys-apps/baselayout/baselayout-9999.ebuild | 5 +++++
14 1 file changed, 5 insertions(+)
15
16 diff --git a/sys-apps/baselayout/baselayout-9999.ebuild b/sys-apps/baselayout/baselayout-9999.ebuild
17 index fd82615d04a..5df53f3739a 100644
18 --- a/sys-apps/baselayout/baselayout-9999.ebuild
19 +++ b/sys-apps/baselayout/baselayout-9999.ebuild
20 @@ -244,10 +244,15 @@ src_prepare() {
21 }
22
23 src_install() {
24 + dodir /usr/lib
25 emake \
26 OS=$(usex kernel_FreeBSD BSD Linux) \
27 DESTDIR="${ED}" \
28 install
29 + if use kernel_linux; then
30 + insinto /lib
31 + doins -r lib.Linux/*
32 + fi
33 dodoc ChangeLog
34
35 # need the makefile in pkg_preinst