From bf6d0bc57279cb5fbaa40c4e9fe734448808ae5e Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Fri, 11 Feb 2022 03:31:18 +0400 Subject: [PATCH] Yes, I'm blind. Couse I didn't see that I don't copy config file! --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d5e5332..bc95dad 100755 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ run-clear: install: install -Dm 0755 bin/${TARGET} ${DESTDIR}usr/bin/${TARGET} install -Dm 0755 bin/${TARGET}-clear ${DESTDIR}usr/bin/${TARGET}-clear + install -Dm 0644 configs/config.yaml ${DESTDIR}etc/dwelling-upload/config.yaml install -Dm 0644 LICENSE ${DESTDIR}usr/share/licenses/${TARGET}/LICENSE install -Dm 0644 init/systemd/${TARGET}.service ${DESTDIR}${SYSDDIR}/${TARGET}.service