Don't resolve symlinks in base dir path
This commit is contained in:
parent
ff2d94f3e4
commit
f90a784af5
@ -44,7 +44,7 @@ void _save(const bf::path &metadataFilePath, const ptree& data) {
|
||||
}
|
||||
|
||||
string jsonPathForBasedir(const bf::path &basedir) {
|
||||
return bf::canonical(basedir).string() + ".filesystemId";
|
||||
return bf::absolute(basedir).lexically_normal().string() + ".filesystemId";
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user