byobu: replace brew --prefix call with fixed path

This commit is contained in:
Zhiming Wang 2016-12-07 21:46:35 -05:00 committed by Mike McQuaid
parent 3d84762113
commit 507dcdd25f

View file

@ -38,7 +38,7 @@ class Byobu < Formula
def caveats; <<-EOS.undent
Add the following to your shell configuration file:
export BYOBU_PREFIX=$(brew --prefix)
export BYOBU_PREFIX=#{HOMEBREW_PREFIX}
EOS
end