]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
Makefile: install always lua plugin webtv
authorMarkham <markham001@gmx.de>
Thu, 20 Jun 2019 12:29:47 +0000 (14:29 +0200)
committerMarkham <markham001@gmx.de>
Thu, 20 Jun 2019 12:29:47 +0000 (14:29 +0200)
Makefile
make/plugins-lua.mk [new file with mode: 0644]

index 2ddf8f042c0ca204906db28b3329c9d2ea837f65..e56d81d90d74cc64d6262b9748f42b742d3a1149 100755 (executable)
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,7 @@ ifeq ($(PLUGIN_PATH), "")
 else
        include make/custom.mk
 endif
+include make/plugins-lua.mk
 include make/multimedia.mk
 include make/rootfs.mk
 include make/bootloader.mk
@@ -285,6 +286,8 @@ multimedia:
 
 # plugins.mk
 plugins:
+       $(START_BUILD)
+       $(MAKE) plugin-scripts-lua
        if [ $(BASICS1) = "yes" ]; then \
                $(MAKE) $(D)/getrc $(D)/msgbox $(D)/input $(D)/shellexec $(D)/tuxcom; \
        else \
diff --git a/make/plugins-lua.mk b/make/plugins-lua.mk
new file mode 100644 (file)
index 0000000..2800421
--- /dev/null
@@ -0,0 +1,3 @@
+plugin-scripts-lua:
+       install -m 0644 $(GIT_PLUGINS)/scripts-lua/plugins/webtv/* $(TARGETPREFIX)/var/tuxbox/webtv
+