From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EA0F3158017 for ; Mon, 27 Sep 2021 18:29:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DA4CE09DC; Mon, 27 Sep 2021 18:29:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B69F5E09DC for ; Mon, 27 Sep 2021 18:29:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EEE38342DEF for ; Mon, 27 Sep 2021 18:29:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 309209B for ; Mon, 27 Sep 2021 18:28:59 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1632767250.e96ccd3d636a4af6bfd4c5b86500c5e4ccd30b8a.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/baselayout/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/baselayout/baselayout-9999.ebuild X-VCS-Directories: sys-apps/baselayout/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: e96ccd3d636a4af6bfd4c5b86500c5e4ccd30b8a X-VCS-Branch: master Date: Mon, 27 Sep 2021 18:28:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d1c1812e-7560-4609-9139-cca3fbce33a9 X-Archives-Hash: aaa917ce0b183a48e38e68cc911b27ed commit: e96ccd3d636a4af6bfd4c5b86500c5e4ccd30b8a Author: William Hubbs gentoo org> AuthorDate: Mon Sep 27 18:25:28 2021 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Sep 27 18:27:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e96ccd3d sys-apps/baselayout: install sysctl.d and modprobe.d in /lib on linux Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: William Hubbs gentoo.org> sys-apps/baselayout/baselayout-9999.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys-apps/baselayout/baselayout-9999.ebuild b/sys-apps/baselayout/baselayout-9999.ebuild index fd82615d04a..5df53f3739a 100644 --- a/sys-apps/baselayout/baselayout-9999.ebuild +++ b/sys-apps/baselayout/baselayout-9999.ebuild @@ -244,10 +244,15 @@ src_prepare() { } src_install() { + dodir /usr/lib emake \ OS=$(usex kernel_FreeBSD BSD Linux) \ DESTDIR="${ED}" \ install + if use kernel_linux; then + insinto /lib + doins -r lib.Linux/* + fi dodoc ChangeLog # need the makefile in pkg_preinst