Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xdg-user-dirs: create directories after
linkGeneration
In the scenario where some XDG user directory is a symlink defined by `home.file`, we want the symlink to be created before we try to `mkdir -p` that directory, as it will then silently succeed. On the other hand, if we create the directory first, creating the symlink will fail. We lose nothing by doing this as `linkGeneration` creates the directories it needs.
- Loading branch information