diff --git a/sys-boot/grub-themes-gentoo/grub-themes-gentoo-1.0-r1.ebuild b/sys-boot/grub-themes-gentoo/grub-themes-gentoo-1.0-r2.ebuild similarity index 79% rename from sys-boot/grub-themes-gentoo/grub-themes-gentoo-1.0-r1.ebuild rename to sys-boot/grub-themes-gentoo/grub-themes-gentoo-1.0-r2.ebuild index be9c5b4c92b50..231a9143b31bf 100644 --- a/sys-boot/grub-themes-gentoo/grub-themes-gentoo-1.0-r1.ebuild +++ b/sys-boot/grub-themes-gentoo/grub-themes-gentoo-1.0-r2.ebuild @@ -19,6 +19,9 @@ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" PDEPEND="sys-boot/grub" src_install() { - insinto /boot/grub/themes - doins -r gentoo_frosted gentoo_glass gentoo_minimalist + local d + for d in /boot /usr/share; do + insinto "${d}"/grub/themes + doins -r gentoo_frosted gentoo_glass gentoo_minimalist + done }