distro.mk: fix VOL_SET when is empty (fixed typo)

Fix for commit: be46eb8b13fedc41539cce370342b294e1a73b1d
This commit is contained in:
Anton Midyukov 2023-11-02 22:13:27 +07:00
parent 1c991ff3f7
commit 4333c05b61

View File

@ -19,7 +19,7 @@ else
@$(call try,IMAGE_FLAVOUR,$(subst alt-$(BRANCH)-,,$(IMAGE_NAME)))
@$(call try,META_VOL_ID,ALT $(BRANCH) $$(IMAGE_FLAVOUR)/$(ARCH))
endif
@$(call try,META_VOL_try,ALT)
@$(call try,META_VOL_SET,ALT)
# NB: the last flavour in KFLAVOURS gets to be the default one;
# the kernel packages regexp evaluation has to take place at build stage