1
0
Fork 0

In Makefile un-/install targets added a LICENSE file, but commented out.

This commit is contained in:
Alexander Andreev 2023-09-23 04:11:18 +04:00
parent 9fd750a99b
commit e992e6906a
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 2 additions and 0 deletions

View File

@ -26,10 +26,12 @@ run:
install:
install -Dm 0755 bin/${TARGET} ${DESTDIR}${PREFIX}/bin/${TARGET}
install -Dm 0644 init/systemd.service ${DESTDIR}${SYSDDIR}/${TARGET}.service
# install -Dm 0644 LICENSE ${DESTDIR}/usr/share/licenses/${TARGET}/LICENSE
uninstall:
rm ${DESTDIR}${PREFIX}/bin/${TARGET}
rm ${DESTDIR}${SYSDDIR}/${TARGET}.service
# rm ${DESTDIR}/usr/share/licenses/${TARGET}/LICENSE
clean:
rm -f bin/${TARGET}