Paths edited in Makefile.
This commit is contained in:
parent
8a552e13c9
commit
fb627f68ba
4
Makefile
4
Makefile
@ -16,10 +16,10 @@ ${TARGET}: main.go
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
install -Dm 0755 ${TARGET} ${INSTALL_BINDIR}/${TARGET}
|
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-service:
|
||||||
install -Dm 0644 ${TARGET}.service ${INSTALL_SYSDSERVICEDIR}/${TARGET}.service
|
install -Dm 0644 contrib/systemd/${TARGET}.service ${INSTALL_SYSDSERVICEDIR}/${TARGET}.service
|
||||||
${SYSCTL} daemon-reload
|
${SYSCTL} daemon-reload
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
|
Loading…
Reference in New Issue
Block a user