From 90ce3c74f032156988fce30ea075eed5c0663f6c Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sat, 23 Sep 2023 05:22:27 +0400 Subject: [PATCH] Oh, actually, a whole directory for licenses is supposed to be removed on uninstallation. --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 4254e6a..e1d5b81 100755 --- a/Makefile +++ b/Makefile @@ -33,9 +33,7 @@ install: 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 -# rm ${DESTDIR}/usr/share/licenses/${TARGET}/LICENSE.ShareTechMono.txt +# rm -r ${DESTDIR}/usr/share/licenses/${TARGET} clean: rm -f bin/${TARGET}