commit: a19658c6c07e573708b6ba396a13f52a95d121a8 Author: NHOrus <jy6x2b32pie9 <AT> yahoo <DOT> com> AuthorDate: Mon Mar 10 17:10:01 2025 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Mon Mar 10 18:22:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a19658c6
sys-boot/plymouth: fix keepdir issue Closes: https://bugs.gentoo.org/951118 Signed-off-by: NHOrus <jy6x2b32pie9 <AT> yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/41000 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> sys-boot/plymouth/plymouth-22.02.122-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-boot/plymouth/plymouth-22.02.122-r4.ebuild b/sys-boot/plymouth/plymouth-22.02.122-r4.ebuild index c14b9fcd50bd..b0f7191b3690 100644 --- a/sys-boot/plymouth/plymouth-22.02.122-r4.ebuild +++ b/sys-boot/plymouth/plymouth-22.02.122-r4.ebuild @@ -100,7 +100,7 @@ src_install() { # directories needed to keep runtime state # https://bugs.gentoo.org/925430 - keepdir "${D}"/var/spool/plymouth "{D}"/var/lib/plymouth + keepdir /var/spool/plymouth /var/lib/plymouth # looks like make install create /var/run/plymouth # this is not needed for systemd, same should hold for openrc # so remove
