Commit 723a48ba authored by Anton Midyukov's avatar Anton Midyukov

repo: add variable INFO_SUITE for genbasedir --suite

parent 76fb8501
...@@ -7,3 +7,4 @@ INFO_NAME := $(META_APP_ID) ...@@ -7,3 +7,4 @@ INFO_NAME := $(META_APP_ID)
INFO_VERSION := $(DISTRO_VERSION) INFO_VERSION := $(DISTRO_VERSION)
INFO_ORIGIN := $(META_PUBLISHER) INFO_ORIGIN := $(META_PUBLISHER)
INFO_LABEL := $(BRANCH) INFO_LABEL := $(BRANCH)
INFO_SUITE := $(INFO_LABEL)
...@@ -23,6 +23,7 @@ genbasedir \ ...@@ -23,6 +23,7 @@ genbasedir \
${INFO_VERSION:+--version="$INFO_VERSION"} \ ${INFO_VERSION:+--version="$INFO_VERSION"} \
${INFO_ORIGIN:+--origin="$INFO_ORIGIN"} \ ${INFO_ORIGIN:+--origin="$INFO_ORIGIN"} \
${INFO_LABEL:+--label="$INFO_LABEL"} \ ${INFO_LABEL:+--label="$INFO_LABEL"} \
${INFO_SUITE:+--suite="$INFO_SUITE"} \
$PREFIX $COMPS $PREFIX $COMPS
### drop this when genbasedir is fixed (--no-uncompressed) ### drop this when genbasedir is fixed (--no-uncompressed)
......
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