From 2b324227547b45cca6dea8dea5e21af423daccf0 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sat, 23 Sep 2023 20:00:03 +0400 Subject: [PATCH] In Makefile's install target fixed copypasta mistyping. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2cee59b..94225b1 100755 --- a/Makefile +++ b/Makefile @@ -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}