From c58ef0685a4cf63683f9002e8cd6b74762c5ab98 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Mon, 13 Mar 2023 04:55:24 +0400 Subject: [PATCH] Another missing / was found. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 076ea7e..8497cf5 100755 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ install: install -Dm 0755 tools/radioctl ${DESTDIR}${PREFIX}/bin/${TARGET}ctl install -Dm 0644 configs/config.yaml ${DESTDIR}/etc/dwelling/radio.yaml install -Dm 0644 configs/radio.liq ${DESTDIR}/etc/dwelling/radio.liq - install -Dm 0644 configs/radio.vars.liq ${DESTDIR}etc/dwelling/radio.vars.liq + install -Dm 0644 configs/radio.vars.liq ${DESTDIR}/etc/dwelling/radio.vars.liq install -Dm 0644 configs/logrotate ${DESTDIR}/etc/logrotate.d/${TARGET} install -Dm 0644 init/systemd.service ${DESTDIR}/${SYSDDIR}/${TARGET}.service