vdr/vdr-plugin-mp3/debian/patches 10_mount.sh-path.dpatch

Thomas Schmidt pkg-vdr-dvb-changes@lists.alioth.debian.org
Sat, 03 Jul 2004 13:08:55 +0000


Update of /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-mp3/debian/patches
In directory haydn:/tmp/cvs-serv11819/vdr/vdr-plugin-mp3/debian/patches

Modified Files:
	10_mount.sh-path.dpatch 
Log Message:
install mount.sh under /usr/lib/vdr-plugin-mp3

Index: 10_mount.sh-path.dpatch
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-mp3/debian/patches/10_mount.sh-path.dpatch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 10_mount.sh-path.dpatch	3 Jul 2004 12:55:13 -0000	1.1
+++ 10_mount.sh-path.dpatch	3 Jul 2004 13:08:52 -0000	1.2
@@ -31,7 +31,7 @@
  // ----------------------------------------------------------------
  
 -const char *mountscript = "mount.sh";
-+const char *mountscript = "/usr/sbin/mount.sh";
++const char *mountscript = "/usr/lib/vdr-plugin-mp3/mount.sh";
  
  char *Quote(const char *str)
  {