grub: Fix typo in generate.mk

This commit is contained in:
Anton Midyukov 2021-01-22 01:41:08 +07:00
parent a2c43788d2
commit 2088ffdae7

View File

@ -98,7 +98,7 @@ bootargs: clean
sed -i "/lang=@LOCALE@/d" $(DSTCFGS)
GRUBTHEME=$(GRUBTHEME); \
[ -n "$$GRUBTHEME" ] || GRUBTHEME=$$(cut -d "-" -f2 <<< $(BRANDING)); \
sed -i "s,@grubtheme@,$$GRUBTHEME,g" $(DSTCFGS); \
sed -i "s,@grubtheme@,$$GRUBTHEME,g" $(DSTCFGS)
clean: copy
@if [ "$(GRUB_UI)" = gfxboot ]; then \