1
Entwicklung [ Development ] / patches for vdr-plugin-mcli
« on: January 21, 2020, 00:01:55 »
Another small change, this time to deliver the tools built as part of the
mcli/mcast tree and not just the vdr plugin and library.
I have still not looked at the channel switching problem mentioned in the original post
mcli/mcast tree and not just the vdr plugin and library.
Code: [Select]
diff --git a/Makefile b/Makefile
index 491e8e0..55bcc7e 100644
--- a/Makefile
+++ b/Makefile
@@ -7,4 +7,9 @@ all: ../vdr $(package).$(suffix)
clean: plugin_clean
-$(data): $(plugin)
+$(data): $(plugin) $(data_tree)
+ mkdir -p $@/usr/sbin
+ cp -up src/mcli/mcast/client/mcli $@/usr/sbin/mcli
+ cp -up src/mcli/mcast/tool/netcvdiag $@/usr/sbin/netcvdiag
+ cp -up src/mcli/mcast/tool/netcvlogview $@/usr/sbin/netcvlogview
+ cp -up src/mcli/mcast/tool/netcvupdate $@/usr/sbin/netcvupdate
I have still not looked at the channel switching problem mentioned in the original post