vdr/vdr/debian vdr.postinst

Thomas Schmidt pkg-vdr-dvb-changes@lists.alioth.debian.org
Sat, 24 Apr 2004 18:30:41 +0000


Update of /cvsroot/pkg-vdr-dvb/vdr/vdr/debian
In directory haydn:/tmp/cvs-serv17297/vdr/debian

Modified Files:
	vdr.postinst 
Log Message:
cd to /dev before calling MAKEDEV :-)

Index: vdr.postinst
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr/debian/vdr.postinst,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- vdr.postinst	24 Apr 2004 18:25:37 -0000	1.2
+++ vdr.postinst	24 Apr 2004 18:30:39 -0000	1.3
@@ -57,7 +57,7 @@
 	if [ ! -e /dev/dvb ]; then
 		db_get vdr/create_devices
 		if $RET; then
-			MAKEDEV dvb
+			cd /dev && MAKEDEV dvb
 		fi
 	fi