From e13cad7bc6bd549c7ea167dcac6d85f271dfe8d2 Mon Sep 17 00:00:00 2001 From: "E.Smith" <31170571+azlm8t@users.noreply.github.com> Date: Thu, 27 Sep 2018 13:21:40 +0100 Subject: [PATCH] install: Add tvhmeta and tv_meta_tmdb.py to install files. The tvhmeta program allows lookups of metadata for recordings. The tv_meta_tmdb.py is the underlying file that does lookups and is both an executable and a library. --- support/posix.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/support/posix.mk b/support/posix.mk index 0e463c89e..7c8ba19a2 100644 --- a/support/posix.mk +++ b/support/posix.mk @@ -7,6 +7,8 @@ INSTICON= ${DESTDIR}$(prefix)/share/icons/hicolor/scalable/apps install: ${PROG} ${MAN} install -d ${DESTDIR}${bindir} install ${PROG} ${DESTDIR}${bindir}/tvheadend + install support/tvhmeta ${DESTDIR}${bindir}/tvhmeta + install lib/py/tvh/tv_meta_tmdb.py ${DESTDIR}${bindir}/tv_meta_tmdb.py install -d ${DESTDIR}${mandir}/man1 install ${MAN} ${DESTDIR}${mandir}/man1/tvheadend.1 -- 2.47.3