From d373ad0f3593cec0d4b484cf756609802c56b6ba Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sat, 23 Sep 2023 04:13:39 +0400 Subject: [PATCH] In Makefile un-/install targets added a LICENSE file for a font used, but commented out. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index ca70318..c759249 100755 --- a/Makefile +++ b/Makefile @@ -27,11 +27,13 @@ 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 +# install -Dm 0644 LICENSE.RobotoCondensed.txt ${DESTDIR}/usr/share/licenses/${TARGET}/LICENSE.RobotoCondensed.txt uninstall: rm ${DESTDIR}${PREFIX}/bin/${TARGET} rm ${DESTDIR}${SYSDDIR}/${TARGET}.service # rm ${DESTDIR}/usr/share/licenses/${TARGET}/LICENSE +# rm ${DESTDIR}/usr/share/licenses/${TARGET}/LICENSE.RobotoCondensed.txt clean: rm -f bin/${TARGET}