From 3303b3453d38065ee7af48d244fe67272f6ec58d Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Fri, 11 Feb 2022 03:22:44 +0400 Subject: [PATCH] Shit, just noticed that I didn't set a proper path to executables. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8e3941c..4fa3c92 100755 --- a/Makefile +++ b/Makefile @@ -22,8 +22,8 @@ run-clear: bin/${TARGET}-clear -conf configs/config.yaml install: - install -Dm 0755 ${TARGET} ${DESTDIR}usr/bin/${TARGET} - install -Dm 0755 ${TARGET}-clean ${DESTDIR}usr/bin/${TARGET}-clean + install -Dm 0755 bin/${TARGET} ${DESTDIR}usr/bin/${TARGET} + install -Dm 0755 bin/${TARGET}-clean ${DESTDIR}usr/bin/${TARGET}-clean install -Dm 0644 LICENSE ${DESTDIR}usr/share/licenses/${TARGET}/LICENSE install -Dm 0644 init/systemd/${TARGET}.service ${DESTDIR}${SYSDDIR}/${TARGET}.service