From: Michael Tremer Date: Fri, 12 Apr 2013 14:17:13 +0000 (+0200) Subject: vdr-streamdev: Fix configuration file name. X-Git-Tag: v2.13-core68~2^2~18^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fc0ecdda316ebda14177049a9b384c5c43bccae3;p=ipfire-2.x.git vdr-streamdev: Fix configuration file name. --- diff --git a/lfs/vdr-streamdev b/lfs/vdr-streamdev index 934e8cf91c..d37cde29a2 100644 --- a/lfs/vdr-streamdev +++ b/lfs/vdr-streamdev @@ -93,7 +93,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) -mkdir -pv /etc/vdr/plugins/streamdev-server /usr/lib/vdr/bin cd $(DIR_APP) && install -m 755 server/libvdr-streamdev-server.so \ /usr/lib/vdr/libvdr-streamdev-server.so.$(VDR_VER) - ln -svf ../../svdrphosts.conf /etc/vdr/plugins/streamdev-server + ln -svf ../../svdrphosts.conf \ + /etc/vdr/plugins/streamdev-server/streamdevhosts.conf cd $(DIR_APP) && install -m 755 streamdev-server/externremux.sh \ /usr/lib/vdr/bin/externremux.sh install -m 644 $(DIR_SRC)/config/vdr/plugins.d/streamdev-server.conf \