--- miscutils/makedevs.c.orig	2007-09-03 13:48:45.000000000 +0200
+++ miscutils/makedevs.c	2007-09-30 13:14:54.000000000 +0200
@@ -86,7 +86,8 @@
 		bb_error_msg_and_die("root directory not specified");
 	}
 
-	xchdir(rootdir);
+	/* I don't know what this line has lost here?
+	xchdir(rootdir); */
 
 	umask(0);
 
