diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-11-06 10:39:23 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-11-06 10:39:45 -0600 |
commit | 3220ea651e19676698a21e5f81cb0901f791a963 (patch) | |
tree | a86666c63565b42d6fc8a224a5960296f86aec1c /sys-boot/plymouth/plymouth-9999.ebuild | |
parent | sys-cluster/nova: 18.0.3 bump (diff) | |
download | gentoo-3220ea651e19676698a21e5f81cb0901f791a963.tar.gz gentoo-3220ea651e19676698a21e5f81cb0901f791a963.tar.bz2 gentoo-3220ea651e19676698a21e5f81cb0901f791a963.zip |
sys-boot/plymouth: 0.9.4 bump with cleanup
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'sys-boot/plymouth/plymouth-9999.ebuild')
-rw-r--r-- | sys-boot/plymouth/plymouth-9999.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys-boot/plymouth/plymouth-9999.ebuild b/sys-boot/plymouth/plymouth-9999.ebuild index 5ffedf306a90..f10bd9023672 100644 --- a/sys-boot/plymouth/plymouth-9999.ebuild +++ b/sys-boot/plymouth/plymouth-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit flag-o-matic SRC_URI="https://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/gentoo-logo.png" @@ -86,9 +86,9 @@ src_install() { newins "${DISTDIR}"/gentoo-logo.png bizcom.png # Install compatibility symlinks as some rdeps hardcode the paths - dosym /usr/bin/plymouth /bin/plymouth - dosym /usr/sbin/plymouth-set-default-theme /sbin/plymouth-set-default-theme - dosym /usr/sbin/plymouthd /sbin/plymouthd + dosym ../usr/bin/plymouth /bin/plymouth + dosym ..../usr/sbin/plymouth-set-default-theme /sbin/plymouth-set-default-theme + dosym ../usr/sbin/plymouthd /sbin/plymouthd readme.gentoo_create_doc |