Skip to content
Snippets Groups Projects
Unverified Commit aa0cf034 authored by Markus Reiter's avatar Markus Reiter Committed by GitHub
Browse files

Merge pull request #6541 from amyspark/fix-mojave-symlinks

Fix symlink validation in Mojave
parents fd9a09e1 8ec48b0c
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ module UnpackStrategy
# symlinks to system directories (commonly to /Applications)
def system_dir_symlink?
symlink? && MacOS.system_dir?(readlink)
symlink? && MacOS.system_dir?(realpath)
end
def bom
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment