Skip to content
Snippets Groups Projects
Commit eb9e6881 authored by Misty De Meo's avatar Misty De Meo Committed by Misty De Meo
Browse files

XQuartz: support Tiger's prefix

parent 46cfc982
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ module OS
def detect_version
if (path = bundle_path) && path.exist? && (version = version_from_mdls(path))
version
elsif prefix.to_s == "/usr/X11"
elsif prefix.to_s == "/usr/X11" || prefix.to_s == "/usr/X11R6"
guess_system_version
else
version_from_pkgutil
......
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