Commit 2088ffda authored by Anton Midyukov's avatar Anton Midyukov

grub: Fix typo in generate.mk

parent a2c43788
...@@ -98,7 +98,7 @@ bootargs: clean ...@@ -98,7 +98,7 @@ bootargs: clean
sed -i "/lang=@LOCALE@/d" $(DSTCFGS) sed -i "/lang=@LOCALE@/d" $(DSTCFGS)
GRUBTHEME=$(GRUBTHEME); \ GRUBTHEME=$(GRUBTHEME); \
[ -n "$$GRUBTHEME" ] || GRUBTHEME=$$(cut -d "-" -f2 <<< $(BRANDING)); \ [ -n "$$GRUBTHEME" ] || GRUBTHEME=$$(cut -d "-" -f2 <<< $(BRANDING)); \
sed -i "s,@grubtheme@,$$GRUBTHEME,g" $(DSTCFGS); \ sed -i "s,@grubtheme@,$$GRUBTHEME,g" $(DSTCFGS)
clean: copy clean: copy
@if [ "$(GRUB_UI)" = gfxboot ]; then \ @if [ "$(GRUB_UI)" = gfxboot ]; then \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment