vdr/vdr/debian plugin-loader.sh
Tobias Grimm
pkg-vdr-dvb-changes@lists.alioth.debian.org
Wed, 10 Nov 2004 21:56:31 +0000
Update of /cvsroot/pkg-vdr-dvb/vdr/vdr/debian
In directory haydn:/tmp/cvs-serv2456
Modified Files:
plugin-loader.sh
Log Message:
I think, this is the ultimate final solution :-) I can not imagine any scenario, where this would fail.
Index: plugin-loader.sh
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr/debian/plugin-loader.sh,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- plugin-loader.sh 6 Nov 2004 20:47:59 -0000 1.21
+++ plugin-loader.sh 10 Nov 2004 21:56:29 -0000 1.22
@@ -16,7 +16,7 @@
local leftout2
local version
- version=`/usr/bin/vdr -V -L/var/cache/vdr 2>/dev/null | sed -e 's/.*(\(.*\)).*/\1/'`
+ version=`/usr/bin/vdr -V -L/usr/bin/vdr 2>/dev/null | sed -e 's/.*(\(.*\)).*/\1/'`
test "$version" || version="unknown version"
PLUGINS=""