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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4B60F158020 for ; Mon, 21 Nov 2022 16:00:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91E2FE098F; Mon, 21 Nov 2022 16:00:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 719C2E098F for ; Mon, 21 Nov 2022 16:00:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79446341048 for ; Mon, 21 Nov 2022 16:00:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD58521 for ; Mon, 21 Nov 2022 16:00:00 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1669046277.238a652babbbfb38d69c9eccf7074f56aea18a2a.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/systemd-utils/systemd-utils-251.4-r2.ebuild sys-apps/systemd-utils/systemd-utils-251.7.ebuild sys-apps/systemd-utils/systemd-utils-251.8.ebuild X-VCS-Directories: sys-apps/systemd-utils/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 238a652babbbfb38d69c9eccf7074f56aea18a2a X-VCS-Branch: master Date: Mon, 21 Nov 2022 16:00:00 +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: 0e1f100f-9658-4ef6-a8e4-925bd1f2861c X-Archives-Hash: 314f96769412797a27302c7caa97d555 commit: 238a652babbbfb38d69c9eccf7074f56aea18a2a Author: Mike Gilbert gentoo org> AuthorDate: Mon Nov 21 15:57:57 2022 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Nov 21 15:57:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=238a652b sys-apps/systemd-utils: fix install paths for USE="-split-usr" Closes: https://bugs.gentoo.org/882005 Signed-off-by: Mike Gilbert gentoo.org> sys-apps/systemd-utils/systemd-utils-251.4-r2.ebuild | 4 ++-- sys-apps/systemd-utils/systemd-utils-251.7.ebuild | 4 ++-- sys-apps/systemd-utils/systemd-utils-251.8.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-apps/systemd-utils/systemd-utils-251.4-r2.ebuild b/sys-apps/systemd-utils/systemd-utils-251.4-r2.ebuild index 9aa951a441cd..f5bf60312050 100644 --- a/sys-apps/systemd-utils/systemd-utils-251.4-r2.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-251.4-r2.ebuild @@ -489,11 +489,11 @@ multilib_src_install_all() { # Remove to avoid conflict with elogind # https://bugs.gentoo.org/856433 rm rules.d/70-power-switch.rules || die - insinto /lib/udev/rules.d + insinto "${rootprefix}"/lib/udev/rules.d doins rules.d/*.rules doins "${FILESDIR}"/40-gentoo.rules - insinto /lib/udev/hwdb.d + insinto "${rootprefix}"/lib/udev/hwdb.d doins hwdb.d/*.hwdb dobashcomp shell-completion/bash/udevadm diff --git a/sys-apps/systemd-utils/systemd-utils-251.7.ebuild b/sys-apps/systemd-utils/systemd-utils-251.7.ebuild index 127cb6f59444..d59ee0e84472 100644 --- a/sys-apps/systemd-utils/systemd-utils-251.7.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-251.7.ebuild @@ -489,11 +489,11 @@ multilib_src_install_all() { # Remove to avoid conflict with elogind # https://bugs.gentoo.org/856433 rm rules.d/70-power-switch.rules || die - insinto /lib/udev/rules.d + insinto "${rootprefix}"/lib/udev/rules.d doins rules.d/*.rules doins "${FILESDIR}"/40-gentoo.rules - insinto /lib/udev/hwdb.d + insinto "${rootprefix}"/lib/udev/hwdb.d doins hwdb.d/*.hwdb dobashcomp shell-completion/bash/udevadm diff --git a/sys-apps/systemd-utils/systemd-utils-251.8.ebuild b/sys-apps/systemd-utils/systemd-utils-251.8.ebuild index d0d59018d975..46f587532a13 100644 --- a/sys-apps/systemd-utils/systemd-utils-251.8.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-251.8.ebuild @@ -484,11 +484,11 @@ multilib_src_install_all() { # Remove to avoid conflict with elogind # https://bugs.gentoo.org/856433 rm rules.d/70-power-switch.rules || die - insinto /lib/udev/rules.d + insinto "${rootprefix}"/lib/udev/rules.d doins rules.d/*.rules doins "${FILESDIR}"/40-gentoo.rules - insinto /lib/udev/hwdb.d + insinto "${rootprefix}"/lib/udev/hwdb.d doins hwdb.d/*.hwdb dobashcomp shell-completion/bash/udevadm