Rewrote mkdir (and touched lots of things in the process).

This commit is contained in:
Matt Kraai
2001-06-21 19:41:37 +00:00
parent 091781e20e
commit ceeff73819
17 changed files with 233 additions and 255 deletions

View File

@@ -837,7 +837,7 @@ extern int dpkg_main(int argc, char **argv)
optind++;
}
create_path(infodir, S_IRWXU);
make_directory(infodir, S_IRWXU, FILEUTILS_RECUR);
status = status_read();