Merge pull request #517 from blackdwarf/pkgosxfix

Fix the PKG permission issue and change the install location
This commit is contained in:
Zlatko Knezevic 2015-12-16 20:15:13 -08:00
commit ee5cb05e35
3 changed files with 21 additions and 15 deletions

View file

@ -32,7 +32,7 @@ bool pal::find_coreclr(pal::string_t& recv)
return true;
}
candidate.assign("/usr/local/share/dotnet/cli/runtime/coreclr");
candidate.assign("/usr/local/share/dotnet/runtime/coreclr");
if (coreclr_exists_in_dir(candidate)) {
recv.assign(candidate);
return true;