diff options
author | Matt Kraai | 2001-06-21 19:41:37 +0000 |
---|---|---|
committer | Matt Kraai | 2001-06-21 19:41:37 +0000 |
commit | ceeff7381929930fe8d7e33543e285d5fdcf1c68 (patch) | |
tree | 3cdbaddffecc92649215fdc71a43b4e8e86b7ea3 /archival/dpkg.c | |
parent | 091781e20eb055ac286b5a617d53a50c7d6c451e (diff) | |
download | busybox-ceeff7381929930fe8d7e33543e285d5fdcf1c68.zip busybox-ceeff7381929930fe8d7e33543e285d5fdcf1c68.tar.gz |
Rewrote mkdir (and touched lots of things in the process).
Diffstat (limited to 'archival/dpkg.c')
-rw-r--r-- | archival/dpkg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/dpkg.c b/archival/dpkg.c index 4224672..7dd46be 100644 --- a/archival/dpkg.c +++ b/archival/dpkg.c @@ -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(); |