Shit, just noticed that I didn't set a proper path to executables.
This commit is contained in:
parent
1cb4ba8c5c
commit
3303b3453d
4
Makefile
4
Makefile
@ -22,8 +22,8 @@ run-clear:
|
||||
bin/${TARGET}-clear -conf configs/config.yaml
|
||||
|
||||
install:
|
||||
install -Dm 0755 ${TARGET} ${DESTDIR}usr/bin/${TARGET}
|
||||
install -Dm 0755 ${TARGET}-clean ${DESTDIR}usr/bin/${TARGET}-clean
|
||||
install -Dm 0755 bin/${TARGET} ${DESTDIR}usr/bin/${TARGET}
|
||||
install -Dm 0755 bin/${TARGET}-clean ${DESTDIR}usr/bin/${TARGET}-clean
|
||||
install -Dm 0644 LICENSE ${DESTDIR}usr/share/licenses/${TARGET}/LICENSE
|
||||
|
||||
install -Dm 0644 init/systemd/${TARGET}.service ${DESTDIR}${SYSDDIR}/${TARGET}.service
|
||||
|
Loading…
Reference in New Issue
Block a user