diff options
-rw-r--r-- | sys-boot/grub/grub-2.04.ebuild | 1 | ||||
-rw-r--r-- | sys-boot/grub/grub-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys-boot/grub/grub-2.04.ebuild b/sys-boot/grub/grub-2.04.ebuild index 567c29271122..07f21fac6705 100644 --- a/sys-boot/grub/grub-2.04.ebuild +++ b/sys-boot/grub/grub-2.04.ebuild @@ -274,6 +274,7 @@ src_install() { insinto /etc/default newins "${FILESDIR}"/grub.default-3 grub + # https://bugs.gentoo.org/231935 dostrip -x /usr/lib/grub } diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index 567c29271122..07f21fac6705 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -274,6 +274,7 @@ src_install() { insinto /etc/default newins "${FILESDIR}"/grub.default-3 grub + # https://bugs.gentoo.org/231935 dostrip -x /usr/lib/grub } |