From bab45695d6e96c5e2f74f9ef3d64671f5e9559b5 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sun, 2 Jan 2022 22:05:18 +0400 Subject: [PATCH] [Makefile] Fixed config extension. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: