Merge pull request #6541 from amyspark/fix-mojave-symlinks
Fix symlink validation in Mojave
This commit is contained in:
commit
aa0cf03454
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user