Package migration scripts to /usr/share/koji
In original location it was packages as docs. E.g. in containers it is often installed with --nodocs. Related: https://pagure.io/koji/issue/3762
This commit is contained in:
parent
2fb1a8521a
commit
cc4763f7e7
3 changed files with 15 additions and 5 deletions
2
Makefile
2
Makefile
|
|
@ -9,7 +9,7 @@ PYVER_MAJOR := $(shell $(PYTHON) -c 'import sys; print(".".join(sys.version.spli
|
|||
ifeq ($(PYVER_MAJOR),2)
|
||||
SUBDIRS = builder koji cli plugins vm
|
||||
else
|
||||
SUBDIRS = kojihub builder koji cli util www plugins vm
|
||||
SUBDIRS = kojihub builder koji cli util www plugins vm docs
|
||||
endif
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue