1
0
Fork 0

Paths edited in Makefile.

This commit is contained in:
Alexander Andreev 2022-01-02 02:58:24 +04:00
parent 8a552e13c9
commit fb627f68ba
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F
1 changed files with 2 additions and 2 deletions

View File

@ -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: