From e959810667843ba5fdebc81aee732c8f118fbcf9 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Fri, 11 Feb 2022 03:25:31 +0400 Subject: [PATCH] Aaah, I'm blind... Not clean, but clear! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4fa3c92..d5e5332 100755 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ run-clear: install: install -Dm 0755 bin/${TARGET} ${DESTDIR}usr/bin/${TARGET} - install -Dm 0755 bin/${TARGET}-clean ${DESTDIR}usr/bin/${TARGET}-clean + install -Dm 0755 bin/${TARGET}-clear ${DESTDIR}usr/bin/${TARGET}-clear install -Dm 0644 LICENSE ${DESTDIR}usr/share/licenses/${TARGET}/LICENSE install -Dm 0644 init/systemd/${TARGET}.service ${DESTDIR}${SYSDDIR}/${TARGET}.service