Use python2/3 instead of python in Makefile/spec
Fixes: https://pagure.io/koji/issue/1018
This commit is contained in:
parent
c203afe7c2
commit
ccdb8ac34c
8 changed files with 3 additions and 8 deletions
1
Makefile
1
Makefile
|
|
@ -1,6 +1,7 @@
|
|||
NAME=koji
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
SUBDIRS = hub builder koji cli util www plugins vm
|
||||
PYTHON=python2
|
||||
|
||||
ifdef DIST
|
||||
DIST_DEFINES := --define "dist $(DIST)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue