diff options
Diffstat (limited to 'dpkg.c')
-rw-r--r-- | dpkg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -837,7 +837,7 @@ extern int dpkg_main(int argc, char **argv) | |||
837 | optind++; | 837 | optind++; |
838 | } | 838 | } |
839 | 839 | ||
840 | create_path(infodir, S_IRWXU); | 840 | make_directory(infodir, S_IRWXU, FILEUTILS_RECUR); |
841 | 841 | ||
842 | status = status_read(); | 842 | status = status_read(); |
843 | 843 | ||