[Makefile] Fixed config extension.
This commit is contained in:
parent
a3c48bde52
commit
bab45695d6
2
Makefile
2
Makefile
@ -19,7 +19,7 @@ ${TARGET}: ${SOURCES}
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
install -Dm 0755 ${TARGET} ${INSTALL_BINDIR}/${TARGET}
|
install -Dm 0755 ${TARGET} ${INSTALL_BINDIR}/${TARGET}
|
||||||
install -Dm 0644 contrib/config.example.json ${INSTALL_CONFIGDIR}/config.json
|
install -Dm 0644 contrib/config.example.conf ${INSTALL_CONFIGDIR}/config.conf
|
||||||
install -Dm 0644 LICENSE ${INSTALL_LICENSEDIR}/LICENSE
|
install -Dm 0644 LICENSE ${INSTALL_LICENSEDIR}/LICENSE
|
||||||
|
|
||||||
install-service:
|
install-service:
|
||||||
|
Loading…
Reference in New Issue
Block a user