aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat
diff options
context:
space:
mode:
authorJack Nagel2012-08-06 00:33:36 -0500
committerJack Nagel2012-08-06 00:39:06 -0500
commit7488b9844bc8cee2144767ff7939895b6a83de37 (patch)
tree0de7badd42143f418d3dd76aa993dd7354ba9d98 /Library/Homebrew/compat
parent3ea35f335128ebc2663f03f5da84a2c470660f1b (diff)
downloadbrew-7488b9844bc8cee2144767ff7939895b6a83de37.tar.bz2
Adjust XQuartz/X11 module naming scheme
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Homebrew/compat')
-rw-r--r--Library/Homebrew/compat/compatibility.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Homebrew/compat/compatibility.rb b/Library/Homebrew/compat/compatibility.rb
index a06978398..a8b6afb70 100644
--- a/Library/Homebrew/compat/compatibility.rb
+++ b/Library/Homebrew/compat/compatibility.rb
@@ -34,7 +34,7 @@ def llvm_build
end
def x11_installed?
- MacOS::XQuartz.installed?
+ MacOS::X11.installed?
end
def macports_or_fink_installed?
@@ -191,10 +191,10 @@ module MacOS extend self
end
def x11_installed?
- XQuartz.installed?
+ X11.installed?
end
def x11_prefix
- XQuartz.prefix
+ X11.prefix
end
end