From: E.Smith <31170571+azlm8t@users.noreply.github.com> Date: Thu, 27 Sep 2018 12:21:40 +0000 (+0100) Subject: install: Add tvhmeta and tv_meta_tmdb.py to install files. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e13cad7bc6bd549c7ea167dcac6d85f271dfe8d2;p=thirdparty%2Ftvheadend.git 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. --- 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