mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
vdr-vnsiserver3: Add configuration file.
This commit is contained in:
5
config/vdr/plugins.d/vnsiserver.conf
Normal file
5
config/vdr/plugins.d/vnsiserver.conf
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# Configuration snippet for vdr-vnsiserver -*- sh -*-
|
||||||
|
#
|
||||||
|
# Add command line options to pass to the vnsiserver plugin to PLUGIN_OPTIONS.
|
||||||
|
|
||||||
|
PLUGIN_OPTIONS=""
|
||||||
@@ -87,6 +87,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
|||||||
cd $(DIR_APP) && install -m 755 libvdr-vnsiserver.so \
|
cd $(DIR_APP) && install -m 755 libvdr-vnsiserver.so \
|
||||||
/usr/lib/vdr/libvdr-vnsiserver.so.$(VDR_VER)
|
/usr/lib/vdr/libvdr-vnsiserver.so.$(VDR_VER)
|
||||||
cd $(DIR_APP) && install -m 644 vnsiserver/* /etc/vdr/plugins/vnsiserver
|
cd $(DIR_APP) && install -m 644 vnsiserver/* /etc/vdr/plugins/vnsiserver
|
||||||
|
install -m 644 $(DIR_SRC)/config/vdr/plugins.d/vnsiserver.conf \
|
||||||
|
/etc/sysconfig/vdr-plugins.d
|
||||||
|
|
||||||
@rm -rf $(DIR_APP)
|
@rm -rf $(DIR_APP)
|
||||||
@$(POSTBUILD)
|
@$(POSTBUILD)
|
||||||
|
|||||||
Reference in New Issue
Block a user