1
0
Fork 0

In Makefile's install target fixed copypasta mistyping.

This commit is contained in:
Alexander Andreev 2023-09-23 20:00:03 +04:00
parent cb08e6e334
commit 2b32422754
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ install:
install -Dm 0644 init/systemd.service ${DESTDIR}${SYSDDIR}/${TARGET}.service
# install -Dm 0644 LICENSE ${DESTDIR}/usr/share/licenses/${TARGET}/LICENSE
# install -Dm 0644 LICENSE.RobotoCondensed.txt ${DESTDIR}/usr/share/licenses/${TARGET}/LICENSE.RobotoCondensed.txt
# install -Dm 0644 LICENSE.RobotoCondensed.txt ${DESTDIR}/usr/share/licenses/${TARGET}/LICENSE.ShareTechMono.txt
# install -Dm 0644 LICENSE.ShareTechMono.txt ${DESTDIR}/usr/share/licenses/${TARGET}/LICENSE.ShareTechMono.txt
uninstall:
rm ${DESTDIR}${PREFIX}/bin/${TARGET}