vdr-vnsiserver3: Add configuration file.

This commit is contained in:
Michael Tremer
2013-03-24 12:59:05 +01:00
parent 0e421e2723
commit e16ed29cb0
2 changed files with 7 additions and 0 deletions

View 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=""

View File

@@ -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)