mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
sys-boot/grub: break long lines
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
parent
04b292e206
commit
98cac488ae
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user