From fb627f68ba33956a5afa403fd2a35155179bac52 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sun, 2 Jan 2022 02:58:24 +0400 Subject: [PATCH] Paths edited in Makefile. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b8fb7bf..f29dc22 100644 --- a/Makefile +++ b/Makefile @@ -16,10 +16,10 @@ ${TARGET}: main.go install: install -Dm 0755 ${TARGET} ${INSTALL_BINDIR}/${TARGET} - install -Dm 0644 config.example.json ${INSTALL_CONFIGDIR}/config.json + install -Dm 0644 contrib/config.example.json ${INSTALL_CONFIGDIR}/config.json install-service: - install -Dm 0644 ${TARGET}.service ${INSTALL_SYSDSERVICEDIR}/${TARGET}.service + install -Dm 0644 contrib/systemd/${TARGET}.service ${INSTALL_SYSDSERVICEDIR}/${TARGET}.service ${SYSCTL} daemon-reload uninstall: