Commit ea262607 authored by Anton Midyukov's avatar Anton Midyukov

grub: sed @relname@ all

parent 26535e49
...@@ -43,7 +43,7 @@ all: debug timeout ...@@ -43,7 +43,7 @@ all: debug timeout
@echo $(GRUB_FILES) > $(DSTDIR)/grub.list @echo $(GRUB_FILES) > $(DSTDIR)/grub.list
@sed -i \ @sed -i \
-e 's,@mkimage-profiles@,$(IMAGE_NAME),' \ -e 's,@mkimage-profiles@,$(IMAGE_NAME),' \
-e 's,@relname@,$(RELNAME),' \ -e 's,@relname@,$(RELNAME),g' \
$(DSTCFGS) $(DSTCFGS)
# integerity check # integerity check
......
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