grub: sed @relname@ all

This commit is contained in:
Anton Midyukov 2020-03-03 20:50:43 +07:00
parent 26535e49b9
commit ea262607b8

View File

@ -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