X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Fpath-lookup.c;h=a9c3e21d5120836ea8d02a64ab42d3c19b70ade7;hb=e627440b41bb0284e4892f7aa9d84c77972487e2;hp=32ddb388656637da8e0653d07910ec0854420c8e;hpb=07719a21b6425d378b36bb8d7f47ad5ec5296d28;p=elogind.git diff --git a/src/shared/path-lookup.c b/src/shared/path-lookup.c index 32ddb3886..a9c3e21d5 100644 --- a/src/shared/path-lookup.c +++ b/src/shared/path-lookup.c @@ -122,7 +122,7 @@ static char** user_dirs( * then filter out this link, if it is actually is * one. */ - mkdir_parents(data_home, 0777); + mkdir_parents_label(data_home, 0777); (void) symlink("../../../.config/systemd/user", data_home); }