From fd0b2a145c24bab1c4954842891e28fa8960a0ea Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Fri, 15 Dec 2023 04:47:31 +0400 Subject: [PATCH] Found another typo in a Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c1477d2..37e14f1 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ install: install -Dm 0755 ${TARGET} ${DESTDIR}${PREFIX}/bin/${TARGET} install -Dm 0644 configs/config.example.json ${DESTDIR}${PREFIX}/etc/${TARGET}.json install -Dm 0644 LICENSE ${DESTDIR}${PREFIX}/share/licenses/${TARGET}/LICENSE - install -Dm 0644 init/systemd.service ${DESTDIR}${PREFIX}${SYSDDIR}/${TARGET}.service + install -Dm 0644 init/systemd.service ${DESTDIR}${SYSDDIR}/${TARGET}.service uninstall: rm ${DESTDIR}${PREFIX}/bin/${TARGET}