diff --git a/Makefile b/Makefile index 5921a9e..586df73 100644 --- a/Makefile +++ b/Makefile @@ -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: