mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +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 \
|
||||
/usr/lib/vdr/libvdr-vnsiserver.so.$(VDR_VER)
|
||||
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)
|
||||
@$(POSTBUILD)
|
||||
|
||||
Reference in New Issue
Block a user