sys-boot/grub: break long lines

Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert 2025-12-13 20:38:31 -05:00
parent 04b292e206
commit 98cac488ae
No known key found for this signature in database
GPG Key ID: 7E58A298F42F9CCD
3 changed files with 6 additions and 3 deletions

View File

@ -372,7 +372,8 @@ 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 "${ED}/etc/default/grub" || die
sed -i -e 's:^#GRUB_THEME=.*$:GRUB_THEME="/boot/grub/themes/gentoo_glass/theme.txt":g' \
"${ED}/etc/default/grub" || die
fi
# https://bugs.gentoo.org/231935

View File

@ -382,7 +382,8 @@ 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 "${ED}/etc/default/grub" || die
sed -i -e 's:^#GRUB_THEME=.*$:GRUB_THEME="/boot/grub/themes/gentoo_glass/theme.txt":g' \
"${ED}/etc/default/grub" || die
fi
# https://bugs.gentoo.org/231935

View File

@ -376,7 +376,8 @@ 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 "${ED}/etc/default/grub" || die
sed -i -e 's:^#GRUB_THEME=.*$:GRUB_THEME="/boot/grub/themes/gentoo_glass/theme.txt":g' \
"${ED}/etc/default/grub" || die
fi
# https://bugs.gentoo.org/231935