commit: b7d433f519d8391f6fd88b391ca33c59af86be35
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 16 17:49:39 2026 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Jan 16 17:49:39 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7d433f5
sys-apps/systemd-utils: only install relevant tmpfiles
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
.../{systemd-utils-259.ebuild => systemd-utils-259-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/systemd-utils/systemd-utils-259.ebuild
b/sys-apps/systemd-utils/systemd-utils-259-r1.ebuild
similarity index 99%
rename from sys-apps/systemd-utils/systemd-utils-259.ebuild
rename to sys-apps/systemd-utils/systemd-utils-259-r1.ebuild
index 19a3261ba1be..587325e88319 100644
--- a/sys-apps/systemd-utils/systemd-utils-259.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-259-r1.ebuild
@@ -290,7 +290,7 @@ multilib_src_install() {
if use tmpfiles; then
installx usr/bin/systemd-tmpfiles
- installx usr/lib/tmpfiles.d
+ installx
usr/lib/tmpfiles.d/{etc,home,static-nodes-permissions,var}.conf
installx
usr/share/man/{man5/tmpfiles.d.5,man8/systemd-tmpfiles.8}
fi