index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Aurelien Foret <aurelien@archlinux.org> | 2005-03-16 21:56:02 +0000 |
---|---|---|
committer | Aurelien Foret <aurelien@archlinux.org> | 2005-03-16 21:56:02 +0000 |
commit | d2ce029a58a9431afa9c29503f6f92d83e10fb3d (patch) | |
tree | 801b6c7b32bcb048fc4a95c4810ece7899deeddd /lib/libalpm | |
parent | fe5636cc4705f36ebed6a0e0c1f66d6593a58091 (diff) |
-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); |