Fix up the backport of parallel make_image

we don't have checksum-check in buster, we still use md5-check
This commit is contained in:
Steve McIntyre 2020-12-15 00:55:54 +00:00
parent 6d8619a0e6
commit 1ec2625c80
1 changed files with 1 additions and 1 deletions

View File

@ -494,7 +494,7 @@ images: ok $(OUT) $(BDIR)/md5-check
parallel_images: $(subst volid,image,$(notdir $(wildcard $(BDIR)/*.volid)))
echo $^
%.image: ok $(OUT) $(BDIR)/checksum-check
%.image: ok $(OUT) $(BDIR)/md5-check
$(Q)CD=$(subst .image,,$@) $(make_image) "$(BDIR)" "$(ARCHES)" "$(OUT)" "$(DEBVERSION)" "$(MIRROR)" "$(MKISOFS)" "$(MKISOFS_OPTS)" "$(JIGDO_OPTS)" "$(jigdo_cleanup)"
check-number-given: