index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | lib/libalpm/util.c | 2 |
diff --git a/lib/libalpm/util.c b/lib/libalpm/util.c index 9ba3e1ee..0c2e3360 100644 --- a/lib/libalpm/util.c +++ b/lib/libalpm/util.c @@ -89,7 +89,7 @@ int _alpm_makepath(char *path) strcat(full, "/"); strcat(full, ptr); if(stat(full, &buf)) { - if(mkdir(full, 0755)) { + if(mkdir(full, 0755)) { free(orig); umask(oldmask); return(1); |