From 9943b3e80ab482ce3d7e19185be7e5086e48a3c3 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 15 Sep 2020 17:24:29 +0100 Subject: [PATCH] xquartz: unprivate prefix. This is breaking stuff: https://github.com/Homebrew/homebrew-core/pull/61156/checks?check_run_id=1118574438#step:4:48 --- Library/Homebrew/os/mac/xquartz.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/os/mac/xquartz.rb b/Library/Homebrew/os/mac/xquartz.rb index 889cc13ac0..98858392d1 100644 --- a/Library/Homebrew/os/mac/xquartz.rb +++ b/Library/Homebrew/os/mac/xquartz.rb @@ -89,7 +89,6 @@ module OS def prefix @prefix ||= Pathname.new("/opt/X11") if Pathname.new("/opt/X11/lib/libpng.dylib").exist? end - private_class_method :prefix def installed? !version.null? && !prefix.nil?