cli makefile: make sure we create dir before installing to it
This commit is contained in:
parent
bd6f5f3aa6
commit
ada23043ee
1 changed files with 1 additions and 1 deletions
|
|
@ -27,6 +27,6 @@ install:
|
|||
|
||||
mkdir -p $(DESTDIR)/usr/bin
|
||||
install -p -m 755 $(FILES) $(DESTDIR)/usr/bin
|
||||
install -p -m 644 koji.conf $(DESTDIR)/etc/koji.conf
|
||||
mkdir -p $(DESTDIR)/etc/koji.conf.d
|
||||
install -p -m 644 koji.conf $(DESTDIR)/etc/koji.conf
|
||||
install -p -m 644 koji.conf $(DESTDIR)/etc/koji.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue