Add subdirectory for builder plugin configuration.
This commit is contained in:
parent
69e77dd693
commit
7fd256cde1
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ BUILDERPLUGINDIR = /usr/lib/koji-builder-plugins
|
|||
HUBFILES = $(wildcard hub/*.py)
|
||||
BUILDERFILES = $(wildcard builder/*.py)
|
||||
HUBCONFDIR = /etc/koji-hub/plugins
|
||||
BUILDERCONFDIR = /etc/kojid
|
||||
BUILDERCONFDIR = /etc/kojid/plugins
|
||||
HUBCONFFILES = $(wildcard hub/*.conf)
|
||||
BUILDERCONFFILES = $(wildcard builder/*.conf)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue