Commit 4333c05b authored by Anton Midyukov's avatar Anton Midyukov

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

Fix for commit: be46eb8b
parent 1c991ff3
......@@ -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
......
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