commit: 04b292e20630894a840325d28c62b56da69ac339
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 14 01:35:47 2025 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Dec 14 01:35:47 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04b292e2
sys-boot/grub: use ED instead of D
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
sys-boot/grub/grub-2.12-r9.ebuild | 2 +-
sys-boot/grub/grub-2.14_rc1-r3.ebuild | 2 +-
sys-boot/grub/grub-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys-boot/grub/grub-2.12-r9.ebuild
b/sys-boot/grub/grub-2.12-r9.ebuild
index 6df1bcb2a6c4..265d7af43e9f 100644
--- a/sys-boot/grub/grub-2.12-r9.ebuild
+++ b/sys-boot/grub/grub-2.12-r9.ebuild
@@ -372,7 +372,7 @@ src_install() {
newins "${FILESDIR}"/grub.default-4 grub
if use branding && use themes ; then
- sed -e
's:^#GRUB_THEME=.*$:GRUB_THEME="/boot/grub/themes/gentoo_glass/theme.txt":g' -i
"${D}/etc/default/grub" || die
+ sed -e
's:^#GRUB_THEME=.*$:GRUB_THEME="/boot/grub/themes/gentoo_glass/theme.txt":g' -i
"${ED}/etc/default/grub" || die
fi
# https://bugs.gentoo.org/231935
diff --git a/sys-boot/grub/grub-2.14_rc1-r3.ebuild
b/sys-boot/grub/grub-2.14_rc1-r3.ebuild
index 763a0f6d43e5..f724260b5f18 100644
--- a/sys-boot/grub/grub-2.14_rc1-r3.ebuild
+++ b/sys-boot/grub/grub-2.14_rc1-r3.ebuild
@@ -382,7 +382,7 @@ src_install() {
newins "${FILESDIR}"/grub.default-4 grub
if use branding && use themes ; then
- sed -e
's:^#GRUB_THEME=.*$:GRUB_THEME="/boot/grub/themes/gentoo_glass/theme.txt":g' -i
"${D}/etc/default/grub" || die
+ sed -e
's:^#GRUB_THEME=.*$:GRUB_THEME="/boot/grub/themes/gentoo_glass/theme.txt":g' -i
"${ED}/etc/default/grub" || die
fi
# https://bugs.gentoo.org/231935
diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild
index e13cf7fd9d24..a690dca72cf0 100644
--- a/sys-boot/grub/grub-9999.ebuild
+++ b/sys-boot/grub/grub-9999.ebuild
@@ -376,7 +376,7 @@ src_install() {
newins "${FILESDIR}"/grub.default-4 grub
if use branding && use themes ; then
- sed -e
's:^#GRUB_THEME=.*$:GRUB_THEME="/boot/grub/themes/gentoo_glass/theme.txt":g' -i
"${D}/etc/default/grub" || die
+ sed -e
's:^#GRUB_THEME=.*$:GRUB_THEME="/boot/grub/themes/gentoo_glass/theme.txt":g' -i
"${ED}/etc/default/grub" || die
fi
# https://bugs.gentoo.org/231935