Commit 05cbc9b8 authored by Anton Midyukov's avatar Anton Midyukov

alt-platform-builder.mk: use DISTRO_VERSION (not set) instead PLATFORM_RELEASE

parent 250cc27c
......@@ -27,9 +27,8 @@ distro/alt-platform-builder: \
# @$(call set,DOCS,alt-platform-builder)
@$(call set,DISABLE_LANG_MENU,1)
@$(call set,META_PUBLISHER,BaseALT Ltd)
@$(call set,PLATFORM_RELEASE,10.0.0)
@$(call set,META_VOL_ID,ALT Platform Builder $$(PLATFORM_RELEASE) $(ARCH))
@$(call set,META_APP_ID,ALT Platform Builder $$(PLATFORM_RELEASE) $(ARCH) $(shell date +%F))
@$(call set,META_VOL_ID,ALT Platform Builder $$(DISTRO_VERSION) $(ARCH))
@$(call set,META_APP_ID,ALT Platform Builder $$(DISTRO_VERSION) $(ARCH) $(shell date +%F))
@$(call add,LIVE_PACKAGES,fonts-ttf-google-croscore-arimo)
@$(call add,THE_BRANDING,alterator notes)
@$(call add,THE_BRANDING,alterator indexhtml notes)
......
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