commit: 5f790cf3e80b07629c350213a4d433355e832d93 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Mon Jul 13 18:08:23 2020 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Mon Jul 13 18:08:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f790cf3
sys-boot/plymouth: fix broken symlink Closes: https://bugs.gentoo.org/732404 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> sys-boot/plymouth/{plymouth-0.9.5.ebuild => plymouth-0.9.5-r1.ebuild} | 3 +++ sys-boot/plymouth/plymouth-9999.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/sys-boot/plymouth/plymouth-0.9.5.ebuild b/sys-boot/plymouth/plymouth-0.9.5-r1.ebuild similarity index 96% rename from sys-boot/plymouth/plymouth-0.9.5.ebuild rename to sys-boot/plymouth/plymouth-0.9.5-r1.ebuild index 46a85b1236b..3c47d67a881 100644 --- a/sys-boot/plymouth/plymouth-0.9.5.ebuild +++ b/sys-boot/plymouth/plymouth-0.9.5-r1.ebuild @@ -98,6 +98,9 @@ src_install() { # this is not needed for systemd, same should hold for openrc # so remove rm -rf "${D}"/var/run + + # fix broken symlink + dosym ../../bizcom.png /usr/share/plymouth/themes/spinfinity/header-image.png } pkg_postinst() { diff --git a/sys-boot/plymouth/plymouth-9999.ebuild b/sys-boot/plymouth/plymouth-9999.ebuild index 46a85b1236b..3c47d67a881 100644 --- a/sys-boot/plymouth/plymouth-9999.ebuild +++ b/sys-boot/plymouth/plymouth-9999.ebuild @@ -98,6 +98,9 @@ src_install() { # this is not needed for systemd, same should hold for openrc # so remove rm -rf "${D}"/var/run + + # fix broken symlink + dosym ../../bizcom.png /usr/share/plymouth/themes/spinfinity/header-image.png } pkg_postinst() {
