From ef740eeeca4703da0e090f071aed0045fde53efd Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Thu, 21 Sep 2023 02:02:13 +0400 Subject: [PATCH] Added ezstream in Makefile. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 8363193..a853ee9 100755 --- a/Makefile +++ b/Makefile @@ -31,19 +31,23 @@ install: install -Dm 0755 tools/radioctl ${DESTDIR}${PREFIX}/bin/${TARGET}ctl 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/ezstream.xml ${DESTDIR}/etc/dwelling/ezstream.xml install -Dm 0644 configs/logrotate ${DESTDIR}/etc/logrotate.d/${TARGET} install -Dm 0644 init/radio.service ${DESTDIR}/${SYSDDIR}/${TARGET}.service install -Dm 0644 init/liquidsoap.service ${DESTDIR}/${SYSDDIR}/${TARGET}-liquidsoap.service + install -Dm 0644 init/liquidsoap.service ${DESTDIR}/${SYSDDIR}/${TARGET}-ezstream.service uninstall: rm ${DESTDIR}${PREFIX}/bin/${TARGET} rm ${DESTDIR}${PREFIX}/bin/${TARGET}ctl rm ${DESTDIR}/etc/dwelling/radio.liq + rm ${DESTDIR}/etc/dwelling/ezstream.xml rm ${DESTDIR}/etc/logrotate.d/${TARGET} rm ${DESTDIR}${SYSDDIR}/${TARGET}.service rm ${DESTDIR}${SYSDDIR}/${TARGET}-liquidsoap.service + rm ${DESTDIR}${SYSDDIR}/${TARGET}-ezstream.service clean: rm -f web/*.jade.go