1
0
Fork 0

[Makefile] Fixed config extension.

This commit is contained in:
Alexander Andreev 2022-01-02 22:05:18 +04:00
parent a3c48bde52
commit bab45695d6
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ ${TARGET}: ${SOURCES}
install:
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-service: