X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Fpath-lookup.c;h=a9c3e21d5120836ea8d02a64ab42d3c19b70ade7;hb=d2e54fae5ca7a0f71b5ac8b356a589ff0a09ea0a;hp=32ddb388656637da8e0653d07910ec0854420c8e;hpb=051d68786bd5bfe87e7cc0c1d68ec4be83eb662a;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); }