1
0

Eliminated systemd dir in an init dir.

This commit is contained in:
Alexander Andreev 2023-02-19 20:29:42 +04:00
parent 90d683f424
commit cac1ad56fb
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
2 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ install:
install -Dm 0644 LICENSE ${DESTDIR}usr/share/licenses/${TARGET}/LICENSE install -Dm 0644 LICENSE ${DESTDIR}usr/share/licenses/${TARGET}/LICENSE
install -Dm 0644 configs/logrotate ${DESTDIR}etc/logrotate.d/${TARGET} install -Dm 0644 configs/logrotate ${DESTDIR}etc/logrotate.d/${TARGET}
install -Dm 0644 init/systemd/${TARGET}.service ${DESTDIR}${SYSDDIR}/${TARGET}.service install -Dm 0644 init/systemd.service ${DESTDIR}${SYSDDIR}/${TARGET}.service
uninstall: uninstall:
rm ${DESTDIR}usr/bin/${TARGET} rm ${DESTDIR}usr/bin/${TARGET}