X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Fpath-lookup.c;h=a9c3e21d5120836ea8d02a64ab42d3c19b70ade7;hb=4f5d327a49e1a40ae0a3b8f1855dc90f3c0d953f;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); }