diff --git a/Makefile b/Makefile index 52f646f..a2c0bb3 100755 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SYSDDIR_=${shell pkg-config systemd --variable=systemdsystemunitdir} SYSDDIR=${SYSDDIR_:/%=%} DESTDIR=/ -LDFLAGS=-ldflags "-s -w -X main.version=22.31.0" +LDFLAGS=-ldflags "-s -w -X main.version=22.35.0" all: ${TARGET} @@ -19,6 +19,8 @@ run: install: install -Dm 0755 bin/${TARGET} ${DESTDIR}usr/bin/${TARGET} 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 LICENSE ${DESTDIR}usr/share/licenses/${TARGET}/LICENSE install -Dm 0644 configs/logrotate ${DESTDIR}etc/logrotate.d/${TARGET}