Commit 7af1eee6 authored by Anton Midyukov's avatar Anton Midyukov

Makefile: fix define BRANCH for ports

Ports have suffix _$(arch) appended to the branch name.
parent e7d0f039
......@@ -3,7 +3,7 @@
# collect proceedings
ifndef BRANCH
BRANCH := $(shell rpm --eval %_priority_distbranch)
BRANCH := $(shell rpm --eval %_priority_distbranch | cut -d _ -f 1)
export BRANCH
endif
......
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