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