1
0

Yes, I'm blind. Couse I didn't see that I don't copy config file!

This commit is contained in:
Alexander Andreev 2022-02-11 03:31:18 +04:00
parent e959810667
commit bf6d0bc572
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F

View File

@ -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