From b2791aa13a9839bc9321bd65947332ab7efbfe19 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Mon, 29 Aug 2022 07:19:59 +0400 Subject: [PATCH] Updated version in a Makefile. Added copying of liquidsoap script. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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}