From 4f6f018b548185d4ac0658945fe62a5d98765624 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sat, 16 Dec 2023 02:34:10 +0400 Subject: [PATCH] Fixed a typo in a Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 90d5345..c630cab 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ ${TARGET}: ${SOURCES} install: install -Dm 0755 ${TARGET} ${DESTDIR}${PREFIX}/bin/${TARGET} - install -Dm 0644 configs/config.example.json ${DESTDIR}${PREFIX}/etc/${TARGET}.json + install -Dm 0644 configs/config.example.json ${DESTDIR}/etc/${TARGET}.json install -Dm 0644 LICENSE ${DESTDIR}${PREFIX}/share/licenses/${TARGET}/LICENSE install -Dm 0644 init/systemd.service ${DESTDIR}${SYSDDIR}/${TARGET}.service